#786479

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

Shades of Old Lavender #786479

Tints of Old Lavender #786479

Color information

#786479 (or 0x786479) is unknown color: approx Old Lavender. HEX triplet: 78, 64 and 79. RGB value is (120,100,121). Sum of RGB (Red+Green+Blue) = 120+100+121=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #786479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786479 is #879B86. Grayscale: #6C6C6C. Windows color (decimal): -8887175 or 7955576. OLE color: 7955576.

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

Color convert

RGB120100121-
CMYK0.010.1700.53
HSL297.14º9.5%43.33%-
HSV(B)297.14º17.36%47.45%-
XYZ15.7514.4920.06-
YUV108.37135.13136.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=35.19%
G=29.33%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201001210.010.1700.53297.149.543.33
Hex786479111035129a2b
Octal1701441711210654511253
Binary11110001100100111100111000101101011001010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786479; }

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

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

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

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

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

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

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

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