#786173

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

Shades of Old Lavender #786173

Tints of Old Lavender #786173

Color information

#786173 (or 0x786173) is unknown color: approx Old Lavender. HEX triplet: 78, 61 and 73. RGB value is (120,97,115). Sum of RGB (Red+Green+Blue) = 120+97+115=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #786173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786173 is #879E8C. Grayscale: #696969. Windows color (decimal): -8887949 or 7561592. OLE color: 7561592.

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

Color convert

RGB12097115-
CMYK00.190.040.53
HSL313.04º10.6%42.55%-
HSV(B)313.04º19.17%47.06%-
XYZ15.1113.7818.08-
YUV105.93133.12138.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=36.14%
G=29.22%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209711500.190.040.53313.0410.642.55
Hex786173013435139b2b
Octal1701411630234654711353
Binary1111000110000111100110100111001101011001110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786173; }

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

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

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

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

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

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

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

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