#875376

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

Shades of Strikemaster #875376

Tints of Strikemaster #875376

Color information

#875376 (or 0x875376) is unknown color: approx Strikemaster. HEX triplet: 87, 53 and 76. RGB value is (135,83,118). Sum of RGB (Red+Green+Blue) = 135+83+118=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875376 is #78AC89. Grayscale: #666666. Windows color (decimal): -7908490 or 7754631. OLE color: 7754631.

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

Color convert

RGB13583118-
CMYK00.390.130.47
HSL319.62º23.85%42.75%-
HSV(B)319.62º38.52%52.94%-
XYZ16.3512.6518.72-
YUV102.54136.73151.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=40.18%
G=24.70%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358311800.390.130.47319.6223.8542.75
Hex875376027D2F140182b
Octal20712316604715575003053
Binary10000111101001111101100100111110110111110100000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875376; }

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

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

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

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

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

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

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

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