#876877

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

Shades of Strikemaster #876877

Tints of Strikemaster #876877

Color information

#876877 (or 0x876877) is unknown color: approx Strikemaster. HEX triplet: 87, 68 and 77. RGB value is (135,104,119). Sum of RGB (Red+Green+Blue) = 135+104+119=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #876877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876877 is #789788. Grayscale: #727272. Windows color (decimal): -7903113 or 7825543. OLE color: 7825543.

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

Color convert

RGB135104119-
CMYK00.230.120.47
HSL330.97º12.97%46.86%-
HSV(B)330.97º22.96%52.94%-
XYZ18.2716.3819.65-
YUV114.98130.27142.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=37.71%
G=29.05%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510411900.230.120.47330.9712.9746.86
Hex876877017C2F14bd2f
Octal20715016702714575131557
Binary100001111101000111011101011111001011111010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876877; }

 p { color: rgb(135,104,119); }

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

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

 a { background-color: rgb(135,104,119); }

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

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

 span { border-color: rgb(135,104,119); }

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