#936077

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

Shades of Strikemaster #936077

Tints of Strikemaster #936077

Color information

#936077 (or 0x936077) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 77. RGB value is (147,96,119). Sum of RGB (Red+Green+Blue) = 147+96+119=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #936077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936077 is #6C9F88. Grayscale: #717171. Windows color (decimal): -7118729 or 7823507. OLE color: 7823507.

HSL color Cylindrical-coordinate representation of color #936077: hue angle of 332.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936077 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14796119-
CMYK00.350.190.42
HSL332.94º20.99%47.65%-
HSV(B)332.94º34.69%57.65%-
XYZ19.5515.919.49-
YUV113.87130.9151.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=40.61%
G=26.52%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479611900.350.190.42332.9420.9947.65
Hex936077023132A14d1530
Octal22314016704323525152560
Binary100100111100000111011101000111001110101010100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936077; }

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

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

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

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

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

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

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

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