Html Css Color HEX #806077 Old Lavender

📋 copy color: '#806077'

red 128 ◦ green 96 ◦ blue 119

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

Shades of Old Lavender #806077

Tints of Old Lavender #806077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 37.32%
G = 27.99%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#806077 (or 0x806077) is known color: Old Lavender. HEX triplet: 80, 60 and 77. RGB value is (128,96,119). Sum of RGB (Red+Green+Blue) = 128+96+119=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806077 is #7F9F88. Grayscale: #6C6C6C. Windows color (decimal): -8363913 or 7823488. OLE color: 7823488.

HSL color Cylindrical-coordinate representation of color #806077: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806077 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 119 -
CMYK 0 0.25 0.07 0.50
HSL 316.88º 0.14% 0.44% -
HSV(B) 316.88º 0.25% 0.5% -
XYZ 16.41 14.29 19.35 -
YUV 108.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 128 96 119 0 0.25 0.07 0.50 316.88 0.14 0.44
Hex 80 60 77 0 19 7 32 13D E 2C
Octal 200 140 167 0 31 7 62 475 16 54
Binary 10000000 1100000 1110111 0 11001 111 110010 100111101 1110 101100

Color Harmonies of #806077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806077

Black with #806077

Text Example


Text Example

White with #806077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806077; }

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

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

background-color css

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

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

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

border-color css

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

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

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