Html Css Color HEX #785D77 Old Lavender

📋 copy color: '#785D77'

red 120 ◦ green 93 ◦ blue 119

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

Shades of Old Lavender #785D77

Tints of Old Lavender #785D77

RGB

 RED value IS 120 (47.27% from 255) = 36.14%

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 36.14%
G = 28.01%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#785D77 (or 0x785D77) is known color: Old Lavender. HEX triplet: 78, 5D and 77. RGB value is (120,93,119). Sum of RGB (Red+Green+Blue) = 120+93+119=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #785D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D77 is #87A288. Grayscale: #676767. Windows color (decimal): -8888969 or 7822712. OLE color: 7822712.

HSL color Cylindrical-coordinate representation of color #785D77: hue angle of 302.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D77 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 119 -
CMYK 0 0.22 0.01 0.53
HSL 302.22º 0.13% 0.42% -
HSV(B) 302.22º 0.23% 0.47% -
XYZ 14.99 13.15 19.2 -
YUV 104.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 120 93 119 0 0.22 0.01 0.53 302.22 0.13 0.42
Hex 78 5D 77 0 16 1 35 12E D 2A
Octal 170 135 167 0 26 1 65 456 15 52
Binary 1111000 1011101 1110111 0 10110 1 110101 100101110 1101 101010

Color Harmonies of #785D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D77

Black with #785D77

Text Example


Text Example

White with #785D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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