Html Css Color HEX #775E77 Old Lavender

📋 copy color: '#775E77'

red 119 ◦ green 94 ◦ blue 119

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

Shades of Old Lavender #775E77

Tints of Old Lavender #775E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

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

R = 35.84%
G = 28.31%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775E77 (or 0x775E77) is known color: Old Lavender. HEX triplet: 77, 5E and 77. RGB value is (119,94,119). Sum of RGB (Red+Green+Blue) = 119+94+119=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E77 is #88A188. Grayscale: #686868. Windows color (decimal): -8954249 or 7822967. OLE color: 7822967.

HSL color Cylindrical-coordinate representation of color #775E77: hue angle of 300º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E77 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 119 -
CMYK 0 0.21 0 0.53
HSL 300º 0.12% 0.42% -
HSV(B) 300º 0.21% 0.47% -
XYZ 14.94 13.26 19.22 -
YUV 104.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 119 94 119 0 0.21 0 0.53 300 0.12 0.42
Hex 77 5E 77 0 15 0 35 12C C 2A
Octal 167 136 167 0 25 0 65 454 14 52
Binary 1110111 1011110 1110111 0 10101 0 110101 100101100 1100 101010

Color Harmonies of #775E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E77

Black with #775E77

Text Example


Text Example

White with #775E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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