#786D6F

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

Shades of Empress #786D6F

Tints of Empress #786D6F

Color information

#786D6F (or 0x786D6F) is unknown color: approx Empress. HEX triplet: 78, 6D and 6F. RGB value is (120,109,111). Sum of RGB (Red+Green+Blue) = 120+109+111=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D6F is #879290. Grayscale: #707070. Windows color (decimal): -8884881 or 7302520. OLE color: 7302520.

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

Color convert

RGB120109111-
CMYK00.090.080.53
HSL349.09º4.8%44.9%-
HSV(B)349.09º9.17%47.06%-
XYZ16.0816.0817.29-
YUV112.52127.14133.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=35.29%
G=32.06%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010911100.090.080.53349.094.844.9
Hex786D6F0983515d52d
Octal1701551570111065535555
Binary111100011011011101111010011000110101101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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