#877980

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

Shades of Venus #877980

Tints of Venus #877980

Color information

#877980 (or 0x877980) is unknown color: approx Venus. HEX triplet: 87, 79 and 80. RGB value is (135,121,128). Sum of RGB (Red+Green+Blue) = 135+121+128=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877980 is #78867F. Grayscale: #7D7D7D. Windows color (decimal): -7898752 or 8419719. OLE color: 8419719.

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

Color convert

RGB135121128-
CMYK00.100.050.47
HSL330º5.51%50.2%-
HSV(B)330º10.37%52.94%-
XYZ20.7320.3823.26-
YUV125.98129.14134.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=35.16%
G=31.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512112800.100.050.473305.5150.2
Hex8779800A52F14a632
Octal207171200012557512662
Binary1000011111110011000000001010101101111101001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877980; }

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

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

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

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

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

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

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

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