Html Css Color HEX #776E76 Old Lavender

📋 copy color: '#776E76'

red 119 ◦ green 110 ◦ blue 118

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

Shades of Old Lavender #776E76

Tints of Old Lavender #776E76

RGB

 RED value IS 119 (46.88% from 255) = 34.29%

 GREEN value IS 110 (43.36% from 255) = 31.7%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 34.29%
G = 31.7%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#776E76 (or 0x776E76) is known color: Old Lavender. HEX triplet: 77, 6E and 76. RGB value is (119,110,118). Sum of RGB (Red+Green+Blue) = 119+110+118=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #776E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E76 is #889189. Grayscale: #717171. Windows color (decimal): -8950154 or 7761527. OLE color: 7761527.

HSL color Cylindrical-coordinate representation of color #776E76: hue angle of 306.67º 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 #776E76 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 118 -
CMYK 0 0.08 0.01 0.53
HSL 306.67º 0.04% 0.45% -
HSV(B) 306.67º 0.08% 0.47% -
XYZ 16.45 16.38 19.43 -
YUV 113.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 119 110 118 0 0.08 0.01 0.53 306.67 0.04 0.45
Hex 77 6E 76 0 8 1 35 133 4 2D
Octal 167 156 166 0 10 1 65 463 4 55
Binary 1110111 1101110 1110110 0 1000 1 110101 100110011 100 101101

Color Harmonies of #776E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E76

Black with #776E76

Text Example


Text Example

White with #776E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E76; }

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

 H1.HeaderClassName
 {
   color: #776E76;
 }
 .AnyTagClassName
 {
   color: #776E76;
 }
</style>

background-color css

<style>
 a { background-color: #776E76; }

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

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

border-color css

<style>
 span { border-color: #776E76; }

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

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