Html Css Color HEX #776476 Old Lavender

📋 copy color: '#776476'

red 119 ◦ green 100 ◦ blue 118

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

Shades of Old Lavender #776476

Tints of Old Lavender #776476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 35.31%
G = 29.67%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#776476 (or 0x776476) is known color: Old Lavender. HEX triplet: 77, 64 and 76. RGB value is (119,100,118). Sum of RGB (Red+Green+Blue) = 119+100+118=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776476 is #889B89. Grayscale: #6B6B6B. Windows color (decimal): -8952714 or 7758967. OLE color: 7758967.

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

Color convert

RGB 119 100 118 -
CMYK 0 0.16 0.01 0.53
HSL 303.16º 0.09% 0.43% -
HSV(B) 303.16º 0.16% 0.47% -
XYZ 15.43 14.34 19.09 -
YUV 107.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 119 100 118 0 0.16 0.01 0.53 303.16 0.09 0.43
Hex 77 64 76 0 10 1 35 12F 9 2B
Octal 167 144 166 0 20 1 65 457 11 53
Binary 1110111 1100100 1110110 0 10000 1 110101 100101111 1001 101011

Color Harmonies of #776476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776476

Black with #776476

Text Example


Text Example

White with #776476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776476; }

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

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

background-color css

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

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

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

border-color css

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

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

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