Html Css Color HEX #776976 Old Lavender

📋 copy color: '#776976'

red 119 ◦ green 105 ◦ blue 118

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

Shades of Old Lavender #776976

Tints of Old Lavender #776976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 34.8%
G = 30.7%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#776976 (or 0x776976) is known color: Old Lavender. HEX triplet: 77, 69 and 76. RGB value is (119,105,118). Sum of RGB (Red+Green+Blue) = 119+105+118=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #776976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776976 is #889689. Grayscale: #6E6E6E. Windows color (decimal): -8951434 or 7760247. OLE color: 7760247.

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

Color convert

RGB 119 105 118 -
CMYK 0 0.12 0.01 0.53
HSL 304.29º 0.06% 0.44% -
HSV(B) 304.29º 0.12% 0.47% -
XYZ 15.93 15.33 19.26 -
YUV 110.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 119 105 118 0 0.12 0.01 0.53 304.29 0.06 0.44
Hex 77 69 76 0 C 1 35 130 6 2C
Octal 167 151 166 0 14 1 65 460 6 54
Binary 1110111 1101001 1110110 0 1100 1 110101 100110000 110 101100

Color Harmonies of #776976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776976

Black with #776976

Text Example


Text Example

White with #776976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776976; }

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

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

background-color css

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

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

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

border-color css

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

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

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