Html Css Color HEX #785972 Old Lavender

📋 copy color: '#785972'

red 120 ◦ green 89 ◦ blue 114

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

Shades of Old Lavender #785972

Tints of Old Lavender #785972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 37.15%
G = 27.55%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#785972 (or 0x785972) is known color: Old Lavender. HEX triplet: 78, 59 and 72. RGB value is (120,89,114). Sum of RGB (Red+Green+Blue) = 120+89+114=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785972 is #87A68D. Grayscale: #656565. Windows color (decimal): -8889998 or 7494008. OLE color: 7494008.

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

Color convert

RGB 120 89 114 -
CMYK 0 0.26 0.05 0.53
HSL 311.61º 0.15% 0.41% -
HSV(B) 311.61º 0.26% 0.47% -
XYZ 14.36 12.35 17.55 -
YUV 101.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 120 89 114 0 0.26 0.05 0.53 311.61 0.15 0.41
Hex 78 59 72 0 1A 5 35 138 F 29
Octal 170 131 162 0 32 5 65 470 17 51
Binary 1111000 1011001 1110010 0 11010 101 110101 100111000 1111 101001

Color Harmonies of #785972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785972

Black with #785972

Text Example


Text Example

White with #785972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785972; }

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

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

background-color css

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

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

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

border-color css

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

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

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