#786176

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

Shades of Old Lavender #786176

Tints of Old Lavender #786176

Color information

#786176 (or 0x786176) is unknown color: approx Old Lavender. HEX triplet: 78, 61 and 76. RGB value is (120,97,118). Sum of RGB (Red+Green+Blue) = 120+97+118=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786176 is #879E89. Grayscale: #6A6A6A. Windows color (decimal): -8887946 or 7758200. OLE color: 7758200.

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

Color convert

RGB12097118-
CMYK00.190.020.53
HSL305.22º10.6%42.55%-
HSV(B)305.22º19.17%47.06%-
XYZ15.2913.8519.01-
YUV106.27134.62137.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=35.82%
G=28.96%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209711800.190.020.53305.2210.642.55
Hex786176013235131b2b
Octal1701411660232654611353
Binary111100011000011110110010011101101011001100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786176; }

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

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

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

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

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

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

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

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