#875876

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

Shades of Strikemaster #875876

Tints of Strikemaster #875876

Color information

#875876 (or 0x875876) is unknown color: approx Strikemaster. HEX triplet: 87, 58 and 76. RGB value is (135,88,118). Sum of RGB (Red+Green+Blue) = 135+88+118=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875876 is #78A789. Grayscale: #696969. Windows color (decimal): -7907210 or 7755911. OLE color: 7755911.

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

Color convert

RGB13588118-
CMYK00.350.130.47
HSL321.7º21.08%43.73%-
HSV(B)321.7º34.81%52.94%-
XYZ16.7513.4418.85-
YUV105.47135.07149.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=39.59%
G=25.81%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358811800.350.130.47321.721.0843.73
Hex875876023D2F142152c
Octal20713016604315575022554
Binary10000111101100011101100100011110110111110100001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875876; }

 p { color: rgb(135,88,118); }

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

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

 a { background-color: rgb(135,88,118); }

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

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

 span { border-color: rgb(135,88,118); }

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