#786575

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

Shades of Old Lavender #786575

Tints of Old Lavender #786575

Color information

#786575 (or 0x786575) is unknown color: approx Old Lavender. HEX triplet: 78, 65 and 75. RGB value is (120,101,117). Sum of RGB (Red+Green+Blue) = 120+101+117=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786575 is #879A8A. Grayscale: #6C6C6C. Windows color (decimal): -8886923 or 7693688. OLE color: 7693688.

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

Color convert

RGB120101117-
CMYK00.160.020.53
HSL309.47º8.6%43.33%-
HSV(B)309.47º15.83%47.06%-
XYZ15.6114.5818.82-
YUV108.5132.79136.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=35.50%
G=29.88%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010111700.160.020.53309.478.643.33
Hex78657501023513592b
Octal1701451650202654651153
Binary111100011001011110101010000101101011001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786575; }

 p { color: rgb(120,101,117); }

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

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

 a { background-color: rgb(120,101,117); }

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

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

 span { border-color: rgb(120,101,117); }

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