Html Css Color HEX #806C7F Old Lavender

📋 copy color: '#806C7F'

red 128 ◦ green 108 ◦ blue 127

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

Shades of Old Lavender #806C7F

Tints of Old Lavender #806C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

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

R = 35.26%
G = 29.75%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#806C7F (or 0x806C7F) is known color: Old Lavender. HEX triplet: 80, 6C and 7F. RGB value is (128,108,127). Sum of RGB (Red+Green+Blue) = 128+108+127=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #806C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C7F is #7F9380. Grayscale: #747474. Windows color (decimal): -8360833 or 8350848. OLE color: 8350848.

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

Color convert

RGB 128 108 127 -
CMYK 0 0.16 0.01 0.50
HSL 303º 0.08% 0.46% -
HSV(B) 303º 0.16% 0.5% -
XYZ 18.1 16.85 22.38 -
YUV 116.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 128 108 127 0 0.16 0.01 0.50 303 0.08 0.46
Hex 80 6C 7F 0 10 1 32 12F 8 2E
Octal 200 154 177 0 20 1 62 457 10 56
Binary 10000000 1101100 1111111 0 10000 1 110010 100101111 1000 101110

Color Harmonies of #806C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C7F

Black with #806C7F

Text Example


Text Example

White with #806C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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