Html Css Color HEX #786072 Old Lavender

📋 copy color: '#786072'

red 120 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #786072

Tints of Old Lavender #786072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.09%

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

R = 36.36%
G = 29.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#786072 (or 0x786072) is known color: Old Lavender. HEX triplet: 78, 60 and 72. RGB value is (120,96,114). Sum of RGB (Red+Green+Blue) = 120+96+114=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786072 is #879F8D. Grayscale: #696969. Windows color (decimal): -8888206 or 7495800. OLE color: 7495800.

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

Color convert

RGB 120 96 114 -
CMYK 0 0.2 0.05 0.53
HSL 315º 0.11% 0.42% -
HSV(B) 315º 0.2% 0.47% -
XYZ 14.97 13.57 17.75 -
YUV 105.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 120 96 114 0 0.2 0.05 0.53 315 0.11 0.42
Hex 78 60 72 0 14 5 35 13B B 2A
Octal 170 140 162 0 24 5 65 473 13 52
Binary 1111000 1100000 1110010 0 10100 101 110101 100111011 1011 101010

Color Harmonies of #786072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786072

Black with #786072

Text Example


Text Example

White with #786072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786072; }

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

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

background-color css

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

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

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

border-color css

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

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

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