Html Css Color HEX #80757A Venus

📋 copy color: '#80757A'

red 128 ◦ green 117 ◦ blue 122

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

Shades of Venus #80757A

Tints of Venus #80757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 34.88%
G = 31.88%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80757A (or 0x80757A) is known color: Venus. HEX triplet: 80, 75 and 7A. RGB value is (128,117,122). Sum of RGB (Red+Green+Blue) = 128+117+122=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #80757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80757A is #7F8A85. Grayscale: #787878. Windows color (decimal): -8358534 or 8025472. OLE color: 8025472.

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

Color convert

RGB 128 117 122 -
CMYK 0 0.09 0.05 0.50
HSL 332.73º 0.04% 0.48% -
HSV(B) 332.73º 0.09% 0.5% -
XYZ 18.78 18.72 21.04 -
YUV 120.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 128 117 122 0 0.09 0.05 0.50 332.73 0.04 0.48
Hex 80 75 7A 0 9 5 32 14D 4 30
Octal 200 165 172 0 11 5 62 515 4 60
Binary 10000000 1110101 1111010 0 1001 101 110010 101001101 100 110000

Color Harmonies of #80757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80757A

Black with #80757A

Text Example


Text Example

White with #80757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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