Html Css Color HEX #80747A Venus

📋 copy color: '#80747A'

red 128 ◦ green 116 ◦ blue 122

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

Shades of Venus #80747A

Tints of Venus #80747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

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

R = 34.97%
G = 31.69%
B = 33.33%

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

#80747A (or 0x80747A) is known color: Venus. HEX triplet: 80, 74 and 7A. RGB value is (128,116,122). Sum of RGB (Red+Green+Blue) = 128+116+122=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 128 - color contains mainly: red. Hex color #80747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80747A is #7F8B85. Grayscale: #787878. Windows color (decimal): -8358790 or 8025216. OLE color: 8025216.

HSL color Cylindrical-coordinate representation of color #80747A: hue angle of 330º degrees, saturation: 0.05, 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 #80747A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 122 -
CMYK 0 0.09 0.05 0.50
HSL 330º 0.05% 0.48% -
HSV(B) 330º 0.09% 0.5% -
XYZ 18.66 18.49 21 -
YUV 120.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 128 116 122 0 0.09 0.05 0.50 330 0.05 0.48
Hex 80 74 7A 0 9 5 32 14A 5 30
Octal 200 164 172 0 11 5 62 512 5 60
Binary 10000000 1110100 1111010 0 1001 101 110010 101001010 101 110000

Color Harmonies of #80747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80747A

Black with #80747A

Text Example


Text Example

White with #80747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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