#786373

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

Shades of Old Lavender #786373

Tints of Old Lavender #786373

Color information

#786373 (or 0x786373) is unknown color: approx Old Lavender. HEX triplet: 78, 63 and 73. RGB value is (120,99,115). Sum of RGB (Red+Green+Blue) = 120+99+115=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #786373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786373 is #879C8C. Grayscale: #6B6B6B. Windows color (decimal): -8887437 or 7562104. OLE color: 7562104.

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

Color convert

RGB12099115-
CMYK00.170.040.53
HSL314.29º9.59%42.94%-
HSV(B)314.29º17.5%47.06%-
XYZ15.314.1518.15-
YUV107.1132.46137.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=35.93%
G=29.64%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209911500.170.040.53314.299.5942.94
Hex78637301143513aa2b
Octal1701431630214654721253
Binary1111000110001111100110100011001101011001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786373; }

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

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

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

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

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

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

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

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