Html Css Color HEX #80777A Venus

📋 copy color: '#80777A'

red 128 ◦ green 119 ◦ blue 122

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

Shades of Venus #80777A

Tints of Venus #80777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 34.69%
G = 32.25%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80777A (or 0x80777A) is known color: Venus. HEX triplet: 80, 77 and 7A. RGB value is (128,119,122). Sum of RGB (Red+Green+Blue) = 128+119+122=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 128 - color contains mainly: red. Hex color #80777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80777A is #7F8885. Grayscale: #7A7A7A. Windows color (decimal): -8358022 or 8025984. OLE color: 8025984.

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

Color convert

RGB 128 119 122 -
CMYK 0 0.07 0.05 0.50
HSL 340º 0.04% 0.48% -
HSV(B) 340º 0.07% 0.5% -
XYZ 19.01 19.19 21.11 -
YUV 122.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 128 119 122 0 0.07 0.05 0.50 340 0.04 0.48
Hex 80 77 7A 0 7 5 32 154 4 30
Octal 200 167 172 0 7 5 62 524 4 60
Binary 10000000 1110111 1111010 0 111 101 110010 101010100 100 110000

Color Harmonies of #80777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80777A

Black with #80777A

Text Example


Text Example

White with #80777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80777A; }

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

 H1.HeaderClassName
 {
   color: #80777A;
 }
 .AnyTagClassName
 {
   color: #80777A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #80777A;
 }
 .BgClassName
 {
   background-color: #80777A;
 }
</style>

border-color css

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

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

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