#786279

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

Shades of Old Lavender #786279

Tints of Old Lavender #786279

Color information

#786279 (or 0x786279) is unknown color: approx Old Lavender. HEX triplet: 78, 62 and 79. RGB value is (120,98,121). Sum of RGB (Red+Green+Blue) = 120+98+121=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #786279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786279 is #879D86. Grayscale: #6B6B6B. Windows color (decimal): -8887687 or 7955064. OLE color: 7955064.

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

Color convert

RGB12098121-
CMYK0.010.1900.53
HSL297.39º10.5%42.94%-
HSV(B)297.39º19.01%47.45%-
XYZ15.5614.1119.99-
YUV107.2135.79137.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=35.40%
G=28.91%
B=35.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120981210.010.1900.53297.3910.542.94
Hex786279113035129b2b
Octal1701421711230654511353
Binary11110001100010111100111001101101011001010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786279; }

 p { color: rgb(120,98,121); }

 H1.HeaderClassName
 {
   color: #786279;
 }
 .AnyTagClassName
 {
   color: #786279;
 }
</style>
background-color css

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

 a { background-color: rgb(120,98,121); }

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

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

 span { border-color: rgb(120,98,121); }

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