#786473

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

Shades of Old Lavender #786473

Tints of Old Lavender #786473

Color information

#786473 (or 0x786473) is unknown color: approx Old Lavender. HEX triplet: 78, 64 and 73. RGB value is (120,100,115). Sum of RGB (Red+Green+Blue) = 120+100+115=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786473 is #879B8C. Grayscale: #6B6B6B. Windows color (decimal): -8887181 or 7562360. OLE color: 7562360.

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

Color convert

RGB120100115-
CMYK00.170.040.53
HSL315º9.09%43.14%-
HSV(B)315º16.67%47.06%-
XYZ15.414.3518.18-
YUV107.69132.13136.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=35.82%
G=29.85%
B=34.33%

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
Decimal12010011500.170.040.533159.0943.14
Hex78647301143513b92b
Octal1701441630214654731153
Binary1111000110010011100110100011001101011001110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786473; }

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

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

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

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

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

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

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

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