Html Css Color HEX #766D77 Old Lavender

📋 copy color: '#766D77'

red 118 ◦ green 109 ◦ blue 119

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

Shades of Old Lavender #766D77

Tints of Old Lavender #766D77

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

 GREEN value IS 109 (42.97% from 255) = 31.5%

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

R = 34.1%
G = 31.5%
B = 34.39%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766D77 (or 0x766D77) is known color: Old Lavender. HEX triplet: 76, 6D and 77. RGB value is (118,109,119). Sum of RGB (Red+Green+Blue) = 118+109+119=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 119 - color contains mainly: blue. Hex color #766D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D77 is #899288. Grayscale: #707070. Windows color (decimal): -9015945 or 7826806. OLE color: 7826806.

HSL color Cylindrical-coordinate representation of color #766D77: hue angle of 294º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D77 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 109 119 -
CMYK 0.01 0.08 0 0.53
HSL 294º 0.04% 0.45% -
HSV(B) 294º 0.08% 0.47% -
XYZ 16.27 16.12 19.71 -
YUV 112.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 118 109 119 0.01 0.08 0 0.53 294 0.04 0.45
Hex 76 6D 77 1 8 0 35 126 4 2D
Octal 166 155 167 1 10 0 65 446 4 55
Binary 1110110 1101101 1110111 1 1000 0 110101 100100110 100 101101

Color Harmonies of #766D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D77

Black with #766D77

Text Example


Text Example

White with #766D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766D77; }

 p { color: rgb(118,109,119); }

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

background-color css

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

 a { background-color: rgb(118,109,119); }

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

border-color css

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

 span { border-color: rgb(118,109,119); }

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