Html Css Color HEX #776478 Old Lavender

📋 copy color: '#776478'

red 119 ◦ green 100 ◦ blue 120

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

Shades of Old Lavender #776478

Tints of Old Lavender #776478

RGB

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

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

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

R = 35.1%
G = 29.5%
B = 35.4%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776478 (or 0x776478) is known color: Old Lavender. HEX triplet: 77, 64 and 78. RGB value is (119,100,120). Sum of RGB (Red+Green+Blue) = 119+100+120=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #776478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776478 is #889B87. Grayscale: #6B6B6B. Windows color (decimal): -8952712 or 7890039. OLE color: 7890039.

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

Color convert

RGB 119 100 120 -
CMYK 0.01 0.17 0 0.53
HSL 297º 0.09% 0.43% -
HSV(B) 297º 0.17% 0.47% -
XYZ 15.56 14.39 19.73 -
YUV 107.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 119 100 120 0.01 0.17 0 0.53 297 0.09 0.43
Hex 77 64 78 1 11 0 35 129 9 2B
Octal 167 144 170 1 21 0 65 451 11 53
Binary 1110111 1100100 1111000 1 10001 0 110101 100101001 1001 101011

Color Harmonies of #776478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776478

Black with #776478

Text Example


Text Example

White with #776478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776478; }

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

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

background-color css

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

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

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

border-color css

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

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

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