#877D80

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

Shades of Venus #877D80

Tints of Venus #877D80

Color information

#877D80 (or 0x877D80) is unknown color: approx Venus. HEX triplet: 87, 7D and 80. RGB value is (135,125,128). Sum of RGB (Red+Green+Blue) = 135+125+128=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D80 is #78827F. Grayscale: #808080. Windows color (decimal): -7897728 or 8420743. OLE color: 8420743.

HSL color Cylindrical-coordinate representation of color #877D80: hue angle of 342º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877D80 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB135125128-
CMYK00.070.050.47
HSL342º4%50.98%-
HSV(B)342º7.41%52.94%-
XYZ21.2221.3823.43-
YUV128.33127.81132.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=34.79%
G=32.22%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512512800.070.050.47342450.98
Hex877D800752F156433
Octal20717520007557526463
Binary100001111111101100000000111101101111101010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877D80; }

 p { color: rgb(135,125,128); }

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

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

 a { background-color: rgb(135,125,128); }

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

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

 span { border-color: rgb(135,125,128); }

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