#916077

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

Shades of Strikemaster #916077

Tints of Strikemaster #916077

Color information

#916077 (or 0x916077) is unknown color: approx Strikemaster. HEX triplet: 91, 60 and 77. RGB value is (145,96,119). Sum of RGB (Red+Green+Blue) = 145+96+119=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916077 is #6E9F88. Grayscale: #717171. Windows color (decimal): -7249801 or 7823505. OLE color: 7823505.

HSL color Cylindrical-coordinate representation of color #916077: hue angle of 331.84º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916077 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14596119-
CMYK00.340.180.43
HSL331.84º20.33%47.25%-
HSV(B)331.84º33.79%56.86%-
XYZ19.1915.7219.48-
YUV113.27131.23150.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=40.28%
G=26.67%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459611900.340.180.43331.8420.3347.25
Hex916077022122B14c142f
Octal22114016704222535142457
Binary100100011100000111011101000101001010101110100110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916077; }

 p { color: rgb(145,96,119); }

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

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

 a { background-color: rgb(145,96,119); }

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

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

 span { border-color: rgb(145,96,119); }

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