#916C7B

Color #916C7B Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #916C7B

Tints of Strikemaster #916C7B

Color information

#916C7B (or 0x916C7B) is unknown color: approx Strikemaster. HEX triplet: 91, 6C and 7B. RGB value is (145,108,123). Sum of RGB (Red+Green+Blue) = 145+108+123=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C7B is #6E9384. Grayscale: #787878. Windows color (decimal): -7246725 or 8088721. OLE color: 8088721.

HSL color Cylindrical-coordinate representation of color #916C7B: hue angle of 335.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916C7B is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB145108123-
CMYK00.260.150.43
HSL335.68º14.62%49.61%-
HSV(B)335.68º25.52%56.86%-
XYZ20.6118.1721.16-
YUV120.77129.26145.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=38.56%
G=28.72%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510812300.260.150.43335.6814.6249.61
Hex916C7B01AF2B150f32
Octal22115417303217535201762
Binary100100011101100111101101101011111010111010100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916C7B; }

 p { color: rgb(145,108,123); }

 H1.HeaderClassName
 {
   color: #916C7B;
 }
 .AnyTagClassName
 {
   color: #916C7B;
 }
</style>
background-color css

<style>
 a { background-color: #916C7B; }

 a { background-color: rgb(145,108,123); }

 div.DivClassName
 {
   background-color: #916C7B;
 }
 .BgClassName
 {
   background-color: #916C7B;
 }
</style>
border-color css

<style>
 span { border-color: #916C7B; }

 span { border-color: rgb(145,108,123); }

 td.TdClassName
 {
   border-color: #916C7B;
 }
 .TagClassName
 {
   border-color: #916C7B;
 }
</style>