#786776

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

Shades of Old Lavender #786776

Tints of Old Lavender #786776

Color information

#786776 (or 0x786776) is unknown color: approx Old Lavender. HEX triplet: 78, 67 and 76. RGB value is (120,103,118). Sum of RGB (Red+Green+Blue) = 120+103+118=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #786776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786776 is #879889. Grayscale: #6D6D6D. Windows color (decimal): -8886410 or 7759736. OLE color: 7759736.

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

Color convert

RGB120103118-
CMYK00.140.020.53
HSL307.06º7.62%43.73%-
HSV(B)307.06º14.17%47.06%-
XYZ15.871519.2-
YUV109.79132.63135.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=35.19%
G=30.21%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010311800.140.020.53307.067.6243.73
Hex7867760E23513382c
Octal1701471660162654631054
Binary11110001100111111011001110101101011001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786776; }

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

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

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

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

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

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

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

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