#786276

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

Shades of Old Lavender #786276

Tints of Old Lavender #786276

Color information

#786276 (or 0x786276) is unknown color: approx Old Lavender. HEX triplet: 78, 62 and 76. RGB value is (120,98,118). Sum of RGB (Red+Green+Blue) = 120+98+118=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786276 is #879D89. Grayscale: #6A6A6A. Windows color (decimal): -8887690 or 7758456. OLE color: 7758456.

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

Color convert

RGB12098118-
CMYK00.180.020.53
HSL305.45º10.09%42.75%-
HSV(B)305.45º18.33%47.06%-
XYZ15.3814.0419.04-
YUV106.86134.29137.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=35.71%
G=29.17%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209811800.180.020.53305.4510.0942.75
Hex786276012235131a2b
Octal1701421660222654611253
Binary111100011000101110110010010101101011001100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786276; }

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

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

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

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

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

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

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

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