Html Css Color HEX #806A7C Old Lavender

📋 copy color: '#806A7C'

red 128 ◦ green 106 ◦ blue 124

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

Shades of Old Lavender #806A7C

Tints of Old Lavender #806A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 35.75%
G = 29.61%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#806A7C (or 0x806A7C) is known color: Old Lavender. HEX triplet: 80, 6A and 7C. RGB value is (128,106,124). Sum of RGB (Red+Green+Blue) = 128+106+124=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #806A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A7C is #7F9583. Grayscale: #727272. Windows color (decimal): -8361348 or 8153728. OLE color: 8153728.

HSL color Cylindrical-coordinate representation of color #806A7C: hue angle of 310.91º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806A7C is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 106 124 -
CMYK 0 0.17 0.03 0.50
HSL 310.91º 0.09% 0.46% -
HSV(B) 310.91º 0.17% 0.5% -
XYZ 17.69 16.35 21.29 -
YUV 114.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 128 106 124 0 0.17 0.03 0.50 310.91 0.09 0.46
Hex 80 6A 7C 0 11 3 32 137 9 2E
Octal 200 152 174 0 21 3 62 467 11 56
Binary 10000000 1101010 1111100 0 10001 11 110010 100110111 1001 101110

Color Harmonies of #806A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A7C

Black with #806A7C

Text Example


Text Example

White with #806A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A7C; }

 p { color: rgb(128,106,124); }

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

background-color css

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

 a { background-color: rgb(128,106,124); }

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

border-color css

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

 span { border-color: rgb(128,106,124); }

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