#877B81

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

Shades of Venus #877B81

Tints of Venus #877B81

Color information

#877B81 (or 0x877B81) is unknown color: approx Venus. HEX triplet: 87, 7B and 81. RGB value is (135,123,129). Sum of RGB (Red+Green+Blue) = 135+123+129=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B81 is #78847E. Grayscale: #7F7F7F. Windows color (decimal): -7898239 or 8485767. OLE color: 8485767.

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

Color convert

RGB135123129-
CMYK00.090.040.47
HSL330º4.76%50.59%-
HSV(B)330º8.89%52.94%-
XYZ21.0420.923.69-
YUV127.27128.98133.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=34.88%
G=31.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512312900.090.040.473304.7650.59
Hex877B810942F14a533
Octal207173201011457512563
Binary1000011111110111000000101001100101111101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,129); }

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

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

 a { background-color: rgb(135,123,129); }

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

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

 span { border-color: rgb(135,123,129); }

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