#876475

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

Shades of Strikemaster #876475

Tints of Strikemaster #876475

Color information

#876475 (or 0x876475) is unknown color: approx Strikemaster. HEX triplet: 87, 64 and 75. RGB value is (135,100,117). Sum of RGB (Red+Green+Blue) = 135+100+117=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #876475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876475 is #789B8A. Grayscale: #707070. Windows color (decimal): -7904139 or 7693447. OLE color: 7693447.

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

Color convert

RGB135100117-
CMYK00.260.130.47
HSL330.86º14.89%46.08%-
HSV(B)330.86º25.93%52.94%-
XYZ17.7615.5518.89-
YUV112.4130.6144.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=38.35%
G=28.41%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510011700.260.130.47330.8614.8946.08
Hex87647501AD2F14bf2e
Octal20714416503215575131756
Binary100001111100100111010101101011011011111010010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876475; }

 p { color: rgb(135,100,117); }

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

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

 a { background-color: rgb(135,100,117); }

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

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

 span { border-color: rgb(135,100,117); }

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