Html Css Color HEX #807077 Venus

📋 copy color: '#807077'

red 128 ◦ green 112 ◦ blue 119

#807077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #807077

Tints of Venus #807077

RGB

 RED value IS 128 (50.39% from 255) = 35.65%

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 35.65%
G = 31.2%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#807077 (or 0x807077) is known color: 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

RGB 128 112 119 -
CMYK 0 0.12 0.07 0.50
HSL 333.75º 0.07% 0.47% -
HSV(B) 333.75º 0.13% 0.5% -
XYZ 18.03 17.51 19.88 -
YUV 117.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 128 112 119 0 0.12 0.07 0.50 333.75 0.07 0.47
Hex 80 70 77 0 C 7 32 14E 7 2F
Octal 200 160 167 0 14 7 62 516 7 57
Binary 10000000 1110000 1110111 0 1100 111 110010 101001110 111 101111

Color Harmonies of #807077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807077

Black with #807077

Text Example


Text Example

White with #807077

Text Example


Text Example

HTML Codes & Css Web 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>