#876978

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

Shades of Strikemaster #876978

Tints of Strikemaster #876978

Color information

#876978 (or 0x876978) is unknown color: approx Strikemaster. HEX triplet: 87, 69 and 78. RGB value is (135,105,120). Sum of RGB (Red+Green+Blue) = 135+105+120=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #876978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876978 is #789687. Grayscale: #737373. Windows color (decimal): -7902856 or 7891335. OLE color: 7891335.

HSL color Cylindrical-coordinate representation of color #876978: hue angle of 330º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876978 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB135105120-
CMYK00.220.110.47
HSL330º12.5%47.06%-
HSV(B)330º22.22%52.94%-
XYZ18.4316.6120-
YUV115.68130.44141.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510512000.220.110.4733012.547.06
Hex876978016B2F14ad2f
Octal20715117002613575121557
Binary100001111101001111100001011010111011111010010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876978; }

 p { color: rgb(135,105,120); }

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

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

 a { background-color: rgb(135,105,120); }

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

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

 span { border-color: rgb(135,105,120); }

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