#786A6D

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

Shades of Empress #786A6D

Tints of Empress #786A6D

Color information

#786A6D (or 0x786A6D) is unknown color: approx Empress. HEX triplet: 78, 6A and 6D. RGB value is (120,106,109). Sum of RGB (Red+Green+Blue) = 120+106+109=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A6D is #879592. Grayscale: #6E6E6E. Windows color (decimal): -8885651 or 7170680. OLE color: 7170680.

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

Color convert

RGB120106109-
CMYK00.120.090.53
HSL347.14º6.19%44.31%-
HSV(B)347.14º11.67%47.06%-
XYZ15.6615.4116.62-
YUV110.53127.14134.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=35.82%
G=31.64%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010610900.120.090.53347.146.1944.31
Hex786A6D0C93515b62c
Octal1701521550141165533654
Binary111100011010101101101011001001110101101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,109); }

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

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

 a { background-color: rgb(120,106,109); }

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

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

 span { border-color: rgb(120,106,109); }

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