#877C80

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

Shades of Venus #877C80

Tints of Venus #877C80

Color information

#877C80 (or 0x877C80) is unknown color: approx Venus. HEX triplet: 87, 7C and 80. RGB value is (135,124,128). Sum of RGB (Red+Green+Blue) = 135+124+128=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C80 is #78837F. Grayscale: #7F7F7F. Windows color (decimal): -7897984 or 8420487. OLE color: 8420487.

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

Color convert

RGB135124128-
CMYK00.080.050.47
HSL338.18º4.38%50.78%-
HSV(B)338.18º8.15%52.94%-
XYZ21.121.1223.39-
YUV127.74128.14133.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=34.88%
G=32.04%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512412800.080.050.47338.184.3850.78
Hex877C800852F152433
Octal207174200010557522463
Binary1000011111111001000000001000101101111101010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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