Html Css Color HEX #785772 Old Lavender

📋 copy color: '#785772'

red 120 ◦ green 87 ◦ blue 114

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

Shades of Old Lavender #785772

Tints of Old Lavender #785772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 37.38%
G = 27.1%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#785772 (or 0x785772) is known color: Old Lavender. HEX triplet: 78, 57 and 72. RGB value is (120,87,114). Sum of RGB (Red+Green+Blue) = 120+87+114=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #785772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785772 is #87A88D. Grayscale: #636363. Windows color (decimal): -8890510 or 7493496. OLE color: 7493496.

HSL color Cylindrical-coordinate representation of color #785772: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785772 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 87 114 -
CMYK 0 0.28 0.05 0.53
HSL 310.91º 0.16% 0.41% -
HSV(B) 310.91º 0.28% 0.47% -
XYZ 14.19 12.02 17.49 -
YUV 99.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 120 87 114 0 0.28 0.05 0.53 310.91 0.16 0.41
Hex 78 57 72 0 1C 5 35 137 10 29
Octal 170 127 162 0 34 5 65 467 20 51
Binary 1111000 1010111 1110010 0 11100 101 110101 100110111 10000 101001

Color Harmonies of #785772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785772

Black with #785772

Text Example


Text Example

White with #785772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785772; }

 p { color: rgb(120,87,114); }

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

background-color css

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

 a { background-color: rgb(120,87,114); }

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

border-color css

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

 span { border-color: rgb(120,87,114); }

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