#876278

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

Shades of Strikemaster #876278

Tints of Strikemaster #876278

Color information

#876278 (or 0x876278) is unknown color: approx Strikemaster. HEX triplet: 87, 62 and 78. RGB value is (135,98,120). Sum of RGB (Red+Green+Blue) = 135+98+120=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876278 is #789D87. Grayscale: #6F6F6F. Windows color (decimal): -7904648 or 7889543. OLE color: 7889543.

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

Color convert

RGB13598120-
CMYK00.270.110.47
HSL324.32º15.88%45.69%-
HSV(B)324.32º27.41%52.94%-
XYZ17.7515.2419.78-
YUV111.57132.76144.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=38.24%
G=27.76%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359812000.270.110.47324.3215.8845.69
Hex87627801BB2F144102e
Octal20714217003313575042056
Binary1000011111000101111000011011101110111110100010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876278; }

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

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

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

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

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

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

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

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