Html Css Color HEX #807579 Venus

📋 copy color: '#807579'

red 128 ◦ green 117 ◦ blue 121

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

Shades of Venus #807579

Tints of Venus #807579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 34.97%
G = 31.97%
B = 33.06%

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

#807579 (or 0x807579) is known color: Venus. HEX triplet: 80, 75 and 79. RGB value is (128,117,121). Sum of RGB (Red+Green+Blue) = 128+117+121=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 128 - color contains mainly: red. Hex color #807579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807579 is #7F8A86. Grayscale: #787878. Windows color (decimal): -8358535 or 7959936. OLE color: 7959936.

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

Color convert

RGB 128 117 121 -
CMYK 0 0.09 0.05 0.50
HSL 338.18º 0.04% 0.48% -
HSV(B) 338.18º 0.09% 0.5% -
XYZ 18.71 18.69 20.71 -
YUV 120.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 128 117 121 0 0.09 0.05 0.50 338.18 0.04 0.48
Hex 80 75 79 0 9 5 32 152 4 30
Octal 200 165 171 0 11 5 62 522 4 60
Binary 10000000 1110101 1111001 0 1001 101 110010 101010010 100 110000

Color Harmonies of #807579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807579

Black with #807579

Text Example


Text Example

White with #807579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807579; }

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

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

background-color css

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

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

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

border-color css

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

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

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