#786377

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

Shades of Old Lavender #786377

Tints of Old Lavender #786377

Color information

#786377 (or 0x786377) is unknown color: approx Old Lavender. HEX triplet: 78, 63 and 77. RGB value is (120,99,119). Sum of RGB (Red+Green+Blue) = 120+99+119=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786377 is #879C88. Grayscale: #6B6B6B. Windows color (decimal): -8887433 or 7824248. OLE color: 7824248.

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

Color convert

RGB12099119-
CMYK00.170.010.53
HSL302.86º9.59%42.94%-
HSV(B)302.86º17.5%47.06%-
XYZ15.5414.2519.38-
YUV107.56134.46136.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=35.50%
G=29.29%
B=35.21%

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
Decimal1209911900.170.010.53302.869.5942.94
Hex78637701113512fa2b
Octal1701431670211654571253
Binary11110001100011111011101000111101011001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786377; }

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

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

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

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

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

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

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

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