Html Css Color HEX #776676 Old Lavender

📋 copy color: '#776676'

red 119 ◦ green 102 ◦ blue 118

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

Shades of Old Lavender #776676

Tints of Old Lavender #776676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 35.1%
G = 30.09%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#776676 (or 0x776676) is known color: Old Lavender. HEX triplet: 77, 66 and 76. RGB value is (119,102,118). Sum of RGB (Red+Green+Blue) = 119+102+118=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776676 is #889989. Grayscale: #6C6C6C. Windows color (decimal): -8952202 or 7759479. OLE color: 7759479.

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

Color convert

RGB 119 102 118 -
CMYK 0 0.14 0.01 0.53
HSL 303.53º 0.08% 0.43% -
HSV(B) 303.53º 0.14% 0.47% -
XYZ 15.63 14.73 19.16 -
YUV 108.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 119 102 118 0 0.14 0.01 0.53 303.53 0.08 0.43
Hex 77 66 76 0 E 1 35 130 8 2B
Octal 167 146 166 0 16 1 65 460 10 53
Binary 1110111 1100110 1110110 0 1110 1 110101 100110000 1000 101011

Color Harmonies of #776676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776676

Black with #776676

Text Example


Text Example

White with #776676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776676; }

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

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

background-color css

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

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

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

border-color css

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

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

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