#916C7C

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

Shades of Strikemaster #916C7C

Tints of Strikemaster #916C7C

Color information

#916C7C (or 0x916C7C) is unknown color: approx Strikemaster. HEX triplet: 91, 6C and 7C. RGB value is (145,108,124). Sum of RGB (Red+Green+Blue) = 145+108+124=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #916C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C7C is #6E9383. Grayscale: #787878. Windows color (decimal): -7246724 or 8154257. OLE color: 8154257.

HSL color Cylindrical-coordinate representation of color #916C7C: hue angle of 334.05º 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 #916C7C is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145108124-
CMYK00.260.140.43
HSL334.05º14.62%49.61%-
HSV(B)334.05º25.52%56.86%-
XYZ20.6818.221.49-
YUV120.89129.76145.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=38.46%
G=28.65%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510812400.260.140.43334.0514.6249.61
Hex916C7C01AE2B14ef32
Octal22115417403216535161762
Binary100100011101100111110001101011101010111010011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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