Html Css Color HEX #806A7F Old Lavender

📋 copy color: '#806A7F'

red 128 ◦ green 106 ◦ blue 127

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

Shades of Old Lavender #806A7F

Tints of Old Lavender #806A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 35.46%
G = 29.36%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#806A7F (or 0x806A7F) is known color: Old Lavender. HEX triplet: 80, 6A and 7F. RGB value is (128,106,127). Sum of RGB (Red+Green+Blue) = 128+106+127=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 128 - color contains mainly: red. Hex color #806A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A7F is #7F9580. Grayscale: #727272. Windows color (decimal): -8361345 or 8350336. OLE color: 8350336.

HSL color Cylindrical-coordinate representation of color #806A7F: hue angle of 302.73º 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 #806A7F is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 106 127 -
CMYK 0 0.17 0.01 0.50
HSL 302.73º 0.09% 0.46% -
HSV(B) 302.73º 0.17% 0.5% -
XYZ 17.89 16.43 22.31 -
YUV 114.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 128 106 127 0 0.17 0.01 0.50 302.73 0.09 0.46
Hex 80 6A 7F 0 11 1 32 12F 9 2E
Octal 200 152 177 0 21 1 62 457 11 56
Binary 10000000 1101010 1111111 0 10001 1 110010 100101111 1001 101110

Color Harmonies of #806A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A7F

Black with #806A7F

Text Example


Text Example

White with #806A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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