Html Css Color HEX #776778 Old Lavender

📋 copy color: '#776778'

red 119 ◦ green 103 ◦ blue 120

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

Shades of Old Lavender #776778

Tints of Old Lavender #776778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

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

R = 34.8%
G = 30.12%
B = 35.09%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776778 (or 0x776778) is known color: Old Lavender. HEX triplet: 77, 67 and 78. RGB value is (119,103,120). Sum of RGB (Red+Green+Blue) = 119+103+120=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #776778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776778 is #889887. Grayscale: #6D6D6D. Windows color (decimal): -8951944 or 7890807. OLE color: 7890807.

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

Color convert

RGB 119 103 120 -
CMYK 0.01 0.14 0 0.53
HSL 296.47º 0.08% 0.44% -
HSV(B) 296.47º 0.14% 0.47% -
XYZ 15.85 14.98 19.83 -
YUV 109.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 119 103 120 0.01 0.14 0 0.53 296.47 0.08 0.44
Hex 77 67 78 1 E 0 35 128 8 2C
Octal 167 147 170 1 16 0 65 450 10 54
Binary 1110111 1100111 1111000 1 1110 0 110101 100101000 1000 101100

Color Harmonies of #776778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776778

Black with #776778

Text Example


Text Example

White with #776778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776778; }

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

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

background-color css

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

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

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

border-color css

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

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

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