#786477

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

Shades of Old Lavender #786477

Tints of Old Lavender #786477

Color information

#786477 (or 0x786477) is unknown color: approx Old Lavender. HEX triplet: 78, 64 and 77. RGB value is (120,100,119). Sum of RGB (Red+Green+Blue) = 120+100+119=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786477 is #879B88. Grayscale: #6C6C6C. Windows color (decimal): -8887177 or 7824504. OLE color: 7824504.

HSL color Cylindrical-coordinate representation of color #786477: hue angle of 303º degrees, saturation: 0.09, 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 #786477 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB120100119-
CMYK00.170.010.53
HSL303º9.09%43.14%-
HSV(B)303º16.67%47.06%-
XYZ15.6314.4419.42-
YUV108.15134.13136.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=35.40%
G=29.50%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010011900.170.010.533039.0943.14
Hex78647701113512f92b
Octal1701441670211654571153
Binary11110001100100111011101000111101011001011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786477; }

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

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

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

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

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

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

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

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