#876079

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

Shades of Strikemaster #876079

Tints of Strikemaster #876079

Color information

#876079 (or 0x876079) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 79. RGB value is (135,96,121). Sum of RGB (Red+Green+Blue) = 135+96+121=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #876079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876079 is #789F86. Grayscale: #6E6E6E. Windows color (decimal): -7905159 or 7954567. OLE color: 7954567.

HSL color Cylindrical-coordinate representation of color #876079: hue angle of 321.54º 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 #876079 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13596121-
CMYK00.290.100.47
HSL321.54º16.88%45.29%-
HSV(B)321.54º28.89%52.94%-
XYZ17.6314.920.04-
YUV110.51133.92145.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=38.35%
G=27.27%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359612100.290.100.47321.5416.8845.29
Hex87607901DA2F142112d
Octal20714017103512575022155
Binary1000011111000001111001011101101010111110100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876079; }

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

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

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

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

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

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

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

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