#916B7B

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

Shades of Strikemaster #916B7B

Tints of Strikemaster #916B7B

Color information

#916B7B (or 0x916B7B) is unknown color: approx Strikemaster. HEX triplet: 91, 6B and 7B. RGB value is (145,107,123). Sum of RGB (Red+Green+Blue) = 145+107+123=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B7B is #6E9484. Grayscale: #787878. Windows color (decimal): -7246981 or 8088465. OLE color: 8088465.

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

Color convert

RGB145107123-
CMYK00.260.150.43
HSL334.74º15.08%49.41%-
HSV(B)334.74º26.21%56.86%-
XYZ20.5117.9721.13-
YUV120.19129.59145.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=38.67%
G=28.53%
B=32.8%

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
Decimal14510712300.260.150.43334.7415.0849.41
Hex916B7B01AF2B14ff31
Octal22115317303217535171761
Binary100100011101011111101101101011111010111010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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