#875276

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

Shades of Strikemaster #875276

Tints of Strikemaster #875276

Color information

#875276 (or 0x875276) is unknown color: approx Strikemaster. HEX triplet: 87, 52 and 76. RGB value is (135,82,118). Sum of RGB (Red+Green+Blue) = 135+82+118=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875276 is #78AD89. Grayscale: #656565. Windows color (decimal): -7908746 or 7754375. OLE color: 7754375.

HSL color Cylindrical-coordinate representation of color #875276: hue angle of 319.25º 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 #875276 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13582118-
CMYK00.390.130.47
HSL319.25º24.42%42.55%-
HSV(B)319.25º39.26%52.94%-
XYZ16.2812.4918.69-
YUV101.95137.06151.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=40.30%
G=24.48%
B=35.22%

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
Decimal1358211800.390.130.47319.2524.4242.55
Hex875276027D2F13f182b
Octal20712216604715574773053
Binary10000111101001011101100100111110110111110011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875276; }

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

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

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

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

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

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

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

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