#877F80

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

Shades of Venus #877F80

Tints of Venus #877F80

Color information

#877F80 (or 0x877F80) is unknown color: approx Venus. HEX triplet: 87, 7F and 80. RGB value is (135,127,128). Sum of RGB (Red+Green+Blue) = 135+127+128=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #877F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F80 is #78807F. Grayscale: #818181. Windows color (decimal): -7897216 or 8421255. OLE color: 8421255.

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

Color convert

RGB135127128-
CMYK00.060.050.47
HSL352.5º3.23%51.37%-
HSV(B)352.5º5.93%52.94%-
XYZ21.4821.8923.51-
YUV129.51127.15131.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=34.62%
G=32.56%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512712800.060.050.47352.53.2351.37
Hex877F800652F160333
Octal20717720006557540363
Binary10000111111111110000000011010110111110110000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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