#786B76

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

Shades of Old Lavender #786B76

Tints of Old Lavender #786B76

Color information

#786B76 (or 0x786B76) is unknown color: approx Old Lavender. HEX triplet: 78, 6B and 76. RGB value is (120,107,118). Sum of RGB (Red+Green+Blue) = 120+107+118=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 120 - color contains mainly: red. Hex color #786B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B76 is #879489. Grayscale: #707070. Windows color (decimal): -8885386 or 7760760. OLE color: 7760760.

HSL color Cylindrical-coordinate representation of color #786B76: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786B76 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB120107118-
CMYK00.110.020.53
HSL309.23º5.73%44.51%-
HSV(B)309.23º10.83%47.06%-
XYZ16.2715.8219.33-
YUV112.14131.31133.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=34.78%
G=31.01%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010711800.110.020.53309.235.7344.51
Hex786B760B23513562d
Octal170153166013265465655
Binary1111000110101111101100101110110101100110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786B76; }

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

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

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

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

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

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

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

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