Html Css Color HEX #776477 Old Lavender

📋 copy color: '#776477'

red 119 ◦ green 100 ◦ blue 119

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

Shades of Old Lavender #776477

Tints of Old Lavender #776477

RGB

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

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

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

R = 35.21%
G = 29.59%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776477 (or 0x776477) is known color: Old Lavender. HEX triplet: 77, 64 and 77. RGB value is (119,100,119). Sum of RGB (Red+Green+Blue) = 119+100+119=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776477 is #889B88. Grayscale: #6B6B6B. Windows color (decimal): -8952713 or 7824503. OLE color: 7824503.

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

Color convert

RGB 119 100 119 -
CMYK 0 0.16 0 0.53
HSL 300º 0.09% 0.43% -
HSV(B) 300º 0.16% 0.47% -
XYZ 15.49 14.37 19.41 -
YUV 107.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 119 100 119 0 0.16 0 0.53 300 0.09 0.43
Hex 77 64 77 0 10 0 35 12C 9 2B
Octal 167 144 167 0 20 0 65 454 11 53
Binary 1110111 1100100 1110111 0 10000 0 110101 100101100 1001 101011

Color Harmonies of #776477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776477

Black with #776477

Text Example


Text Example

White with #776477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776477; }

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

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

background-color css

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

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

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

border-color css

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

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

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