#786476

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

Shades of Old Lavender #786476

Tints of Old Lavender #786476

Color information

#786476 (or 0x786476) is unknown color: approx Old Lavender. HEX triplet: 78, 64 and 76. RGB value is (120,100,118). Sum of RGB (Red+Green+Blue) = 120+100+118=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786476 is #879B89. Grayscale: #6B6B6B. Windows color (decimal): -8887178 or 7758968. OLE color: 7758968.

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

Color convert

RGB120100118-
CMYK00.170.020.53
HSL306º9.09%43.14%-
HSV(B)306º16.67%47.06%-
XYZ15.5714.4219.1-
YUV108.03133.63136.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=35.50%
G=29.59%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010011800.170.020.533069.0943.14
Hex78647601123513292b
Octal1701441660212654621153
Binary111100011001001110110010001101101011001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786476; }

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

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

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

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

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

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

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

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