#807077

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

Shades of Venus #807077

Tints of Venus #807077

Color information

#807077 (or 0x807077) is unknown color: approx Venus. HEX triplet: 80, 70 and 77. RGB value is (128,112,119). Sum of RGB (Red+Green+Blue) = 128+112+119=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #807077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807077 is #7F8F88. Grayscale: #757575. Windows color (decimal): -8359817 or 7827584. OLE color: 7827584.

HSL color Cylindrical-coordinate representation of color #807077: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807077 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB128112119-
CMYK00.120.070.50
HSL333.75º6.67%47.06%-
HSV(B)333.75º12.5%50.2%-
XYZ18.0317.5119.88-
YUV117.58128.8135.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=35.65%
G=31.20%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811211900.120.070.50333.756.6747.06
Hex8070770C73214e72f
Octal200160167014762516757
Binary100000001110000111011101100111110010101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807077; }

 p { color: rgb(128,112,119); }

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

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

 a { background-color: rgb(128,112,119); }

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

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

 span { border-color: rgb(128,112,119); }

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