#876075

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

Shades of Strikemaster #876075

Tints of Strikemaster #876075

Color information

#876075 (or 0x876075) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 75. RGB value is (135,96,117). Sum of RGB (Red+Green+Blue) = 135+96+117=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #876075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876075 is #789F8A. Grayscale: #6E6E6E. Windows color (decimal): -7905163 or 7692423. OLE color: 7692423.

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

Color convert

RGB13596117-
CMYK00.290.130.47
HSL327.69º16.88%45.29%-
HSV(B)327.69º28.89%52.94%-
XYZ17.3914.818.77-
YUV110.05131.92145.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=38.79%
G=27.59%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359611700.290.130.47327.6916.8845.29
Hex87607501DD2F148112d
Octal20714016503515575102155
Binary1000011111000001110101011101110110111110100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876075; }

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

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

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

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

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

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

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

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