Html Css Color HEX #80707E Old Lavender

📋 copy color: '#80707E'

red 128 ◦ green 112 ◦ blue 126

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

Shades of Old Lavender #80707E

Tints of Old Lavender #80707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 34.97%
G = 30.6%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80707E (or 0x80707E) is known color: Old Lavender. HEX triplet: 80, 70 and 7E. RGB value is (128,112,126). Sum of RGB (Red+Green+Blue) = 128+112+126=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 128 - color contains mainly: red. Hex color #80707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707E is #7F8F81. Grayscale: #767676. Windows color (decimal): -8359810 or 8286336. OLE color: 8286336.

HSL color Cylindrical-coordinate representation of color #80707E: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80707E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 126 -
CMYK 0 0.12 0.02 0.50
HSL 307.5º 0.07% 0.47% -
HSV(B) 307.5º 0.13% 0.5% -
XYZ 18.46 17.68 22.18 -
YUV 118.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 128 112 126 0 0.12 0.02 0.50 307.5 0.07 0.47
Hex 80 70 7E 0 C 2 32 134 7 2F
Octal 200 160 176 0 14 2 62 464 7 57
Binary 10000000 1110000 1111110 0 1100 10 110010 100110100 111 101111

Color Harmonies of #80707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80707E

Black with #80707E

Text Example


Text Example

White with #80707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80707E; }

 p { color: rgb(128,112,126); }

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

background-color css

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

 a { background-color: rgb(128,112,126); }

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

border-color css

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

 span { border-color: rgb(128,112,126); }

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