#875F74

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

Shades of Strikemaster #875F74

Tints of Strikemaster #875F74

Color information

#875F74 (or 0x875F74) is unknown color: approx Strikemaster. HEX triplet: 87, 5F and 74. RGB value is (135,95,116). Sum of RGB (Red+Green+Blue) = 135+95+116=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F74 is #78A08B. Grayscale: #6D6D6D. Windows color (decimal): -7905420 or 7626631. OLE color: 7626631.

HSL color Cylindrical-coordinate representation of color #875F74: hue angle of 328.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 #875F74 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13595116-
CMYK00.300.140.47
HSL328.5º17.39%45.1%-
HSV(B)328.5º29.63%52.94%-
XYZ17.2414.618.43-
YUV109.35131.75146.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=39.02%
G=27.46%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359511600.300.140.47328.517.3945.1
Hex875F7401EE2F148112d
Octal20713716403616575102155
Binary1000011110111111110100011110111010111110100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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