#876D77

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

Shades of Venus #876D77

Tints of Venus #876D77

Color information

#876D77 (or 0x876D77) is unknown color: approx Venus. HEX triplet: 87, 6D and 77. RGB value is (135,109,119). Sum of RGB (Red+Green+Blue) = 135+109+119=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D77 is #789288. Grayscale: #757575. Windows color (decimal): -7901833 or 7826823. OLE color: 7826823.

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

Color convert

RGB135109119-
CMYK00.190.120.47
HSL336.92º10.66%47.84%-
HSV(B)336.92º19.26%52.94%-
XYZ18.7917.4219.82-
YUV117.91128.61140.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=37.19%
G=30.03%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510911900.190.120.47336.9210.6647.84
Hex876D77013C2F151b30
Octal20715516702314575211360
Binary100001111101101111011101001111001011111010100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876D77; }

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

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

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

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

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

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

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

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