Html Css Color HEX #807279 Venus

📋 copy color: '#807279'

red 128 ◦ green 114 ◦ blue 121

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

Shades of Venus #807279

Tints of Venus #807279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 35.26%
G = 31.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#807279 (or 0x807279) is known color: Venus. HEX triplet: 80, 72 and 79. RGB value is (128,114,121). Sum of RGB (Red+Green+Blue) = 128+114+121=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #807279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807279 is #7F8D86. Grayscale: #767676. Windows color (decimal): -8359303 or 7959168. OLE color: 7959168.

HSL color Cylindrical-coordinate representation of color #807279: hue angle of 330º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807279 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 121 -
CMYK 0 0.11 0.05 0.50
HSL 330º 0.06% 0.47% -
HSV(B) 330º 0.11% 0.5% -
XYZ 18.37 18 20.6 -
YUV 118.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 128 114 121 0 0.11 0.05 0.50 330 0.06 0.47
Hex 80 72 79 0 B 5 32 14A 6 2F
Octal 200 162 171 0 13 5 62 512 6 57
Binary 10000000 1110010 1111001 0 1011 101 110010 101001010 110 101111

Color Harmonies of #807279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807279

Black with #807279

Text Example


Text Example

White with #807279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807279; }

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

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

background-color css

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

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

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

border-color css

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

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

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