#786174

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

Shades of Old Lavender #786174

Tints of Old Lavender #786174

Color information

#786174 (or 0x786174) is unknown color: approx Old Lavender. HEX triplet: 78, 61 and 74. RGB value is (120,97,116). Sum of RGB (Red+Green+Blue) = 120+97+116=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #786174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786174 is #879E8B. Grayscale: #696969. Windows color (decimal): -8887948 or 7627128. OLE color: 7627128.

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

Color convert

RGB12097116-
CMYK00.190.030.53
HSL310.43º10.6%42.55%-
HSV(B)310.43º19.17%47.06%-
XYZ15.1713.818.39-
YUV106.04133.62137.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=36.04%
G=29.13%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209711600.190.030.53310.4310.642.55
Hex786174013335136b2b
Octal1701411640233654661353
Binary111100011000011110100010011111101011001101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786174; }

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

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

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

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

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

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

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

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