#786072

Color #786072 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #786072

Tints of Old Lavender #786072

Color information

#786072 (or 0x786072) is unknown color: approx 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

RGB12096114-
CMYK00.20.050.53
HSL315º11.11%42.35%-
HSV(B)315º20%47.06%-
XYZ14.9713.5717.75-
YUV105.23132.95138.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209611400.20.050.5331511.1142.35
Hex78607201453513bb2a
Octal1701401620245654731352
Binary1111000110000011100100101001011101011001110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>