#786375

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

Shades of Old Lavender #786375

Tints of Old Lavender #786375

Color information

#786375 (or 0x786375) is unknown color: approx Old Lavender. HEX triplet: 78, 63 and 75. RGB value is (120,99,117). Sum of RGB (Red+Green+Blue) = 120+99+117=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786375 is #879C8A. Grayscale: #6B6B6B. Windows color (decimal): -8887435 or 7693176. OLE color: 7693176.

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

Color convert

RGB12099117-
CMYK00.170.020.53
HSL308.57º9.59%42.94%-
HSV(B)308.57º17.5%47.06%-
XYZ15.4214.218.76-
YUV107.33133.46137.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=35.71%
G=29.46%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209911700.170.020.53308.579.5942.94
Hex786375011235135a2b
Octal1701431650212654651253
Binary111100011000111110101010001101101011001101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786375; }

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

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

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

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

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

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

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

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