#875F76

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

Shades of Strikemaster #875F76

Tints of Strikemaster #875F76

Color information

#875F76 (or 0x875F76) is unknown color: approx Strikemaster. HEX triplet: 87, 5F and 76. RGB value is (135,95,118). Sum of RGB (Red+Green+Blue) = 135+95+118=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #875F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F76 is #78A089. Grayscale: #6D6D6D. Windows color (decimal): -7905418 or 7757703. OLE color: 7757703.

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

Color convert

RGB13595118-
CMYK00.300.130.47
HSL325.5º17.39%45.1%-
HSV(B)325.5º29.63%52.94%-
XYZ17.3514.6419.05-
YUV109.58132.75146.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=38.79%
G=27.30%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359511800.300.130.47325.517.3945.1
Hex875F7601ED2F146112d
Octal20713716603615575062155
Binary1000011110111111110110011110110110111110100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F76; }

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

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

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

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

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

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

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

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