Html Css Color HEX #776D78 Old Lavender

📋 copy color: '#776D78'

red 119 ◦ green 109 ◦ blue 120

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

Shades of Old Lavender #776D78

Tints of Old Lavender #776D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 34.2%
G = 31.32%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776D78 (or 0x776D78) is known color: Old Lavender. HEX triplet: 77, 6D and 78. RGB value is (119,109,120). Sum of RGB (Red+Green+Blue) = 119+109+120=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #776D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D78 is #889287. Grayscale: #717171. Windows color (decimal): -8950408 or 7892343. OLE color: 7892343.

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

Color convert

RGB 119 109 120 -
CMYK 0.01 0.09 0 0.53
HSL 294.55º 0.05% 0.45% -
HSV(B) 294.55º 0.09% 0.47% -
XYZ 16.47 16.22 20.03 -
YUV 113.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 119 109 120 0.01 0.09 0 0.53 294.55 0.05 0.45
Hex 77 6D 78 1 9 0 35 127 5 2D
Octal 167 155 170 1 11 0 65 447 5 55
Binary 1110111 1101101 1111000 1 1001 0 110101 100100111 101 101101

Color Harmonies of #776D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D78

Black with #776D78

Text Example


Text Example

White with #776D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,120); }

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

background-color css

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

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

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

border-color css

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

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

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