#876275

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

Shades of Strikemaster #876275

Tints of Strikemaster #876275

Color information

#876275 (or 0x876275) is unknown color: approx Strikemaster. HEX triplet: 87, 62 and 75. RGB value is (135,98,117). Sum of RGB (Red+Green+Blue) = 135+98+117=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876275 is #789D8A. Grayscale: #6F6F6F. Windows color (decimal): -7904651 or 7692935. OLE color: 7692935.

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

Color convert

RGB13598117-
CMYK00.270.130.47
HSL329.19º15.88%45.69%-
HSV(B)329.19º27.41%52.94%-
XYZ17.5715.1718.83-
YUV111.23131.26144.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=38.57%
G=28%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359811700.270.130.47329.1915.8845.69
Hex87627501BD2F149102e
Octal20714216503315575112056
Binary1000011111000101110101011011110110111110100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876275; }

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

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

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

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

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

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

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

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