#876077

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

Shades of Strikemaster #876077

Tints of Strikemaster #876077

Color information

#876077 (or 0x876077) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 77. RGB value is (135,96,119). Sum of RGB (Red+Green+Blue) = 135+96+119=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876077 is #789F88. Grayscale: #6E6E6E. Windows color (decimal): -7905161 or 7823495. OLE color: 7823495.

HSL color Cylindrical-coordinate representation of color #876077: hue angle of 324.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876077 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13596119-
CMYK00.290.120.47
HSL324.62º16.88%45.29%-
HSV(B)324.62º28.89%52.94%-
XYZ17.514.8519.4-
YUV110.28132.92145.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 119 (46.88% from 255) = 34%
R=38.57%
G=27.43%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359611900.290.120.47324.6216.8845.29
Hex87607701DC2F145112d
Octal20714016703514575052155
Binary1000011111000001110111011101110010111110100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876077; }

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

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

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

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

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

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

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

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