#875476

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

Shades of Strikemaster #875476

Tints of Strikemaster #875476

Color information

#875476 (or 0x875476) is unknown color: approx Strikemaster. HEX triplet: 87, 54 and 76. RGB value is (135,84,118). Sum of RGB (Red+Green+Blue) = 135+84+118=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875476 is #78AB89. Grayscale: #676767. Windows color (decimal): -7908234 or 7754887. OLE color: 7754887.

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

Color convert

RGB13584118-
CMYK00.380.130.47
HSL320º23.29%42.94%-
HSV(B)320º37.78%52.94%-
XYZ16.4312.818.74-
YUV103.12136.4150.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=40.06%
G=24.93%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358411800.380.130.4732023.2942.94
Hex875476026D2F140172b
Octal20712416604615575002753
Binary10000111101010011101100100110110110111110100000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875476; }

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

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

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

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

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

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

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

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