#786A6F

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

Shades of Empress #786A6F

Tints of Empress #786A6F

Color information

#786A6F (or 0x786A6F) is unknown color: approx Empress. HEX triplet: 78, 6A and 6F. RGB value is (120,106,111). Sum of RGB (Red+Green+Blue) = 120+106+111=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A6F is #879590. Grayscale: #6E6E6E. Windows color (decimal): -8885649 or 7301752. OLE color: 7301752.

HSL color Cylindrical-coordinate representation of color #786A6F: hue angle of 338.57º 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 #786A6F is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120106111-
CMYK00.120.080.53
HSL338.57º6.19%44.31%-
HSV(B)338.57º11.67%47.06%-
XYZ15.7715.4517.19-
YUV110.76128.14134.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=35.61%
G=31.45%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010611100.120.080.53338.576.1944.31
Hex786A6F0C83515362c
Octal1701521570141065523654
Binary111100011010101101111011001000110101101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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