#786D70

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

Shades of Empress #786D70

Tints of Empress #786D70

Color information

#786D70 (or 0x786D70) is unknown color: approx Empress. HEX triplet: 78, 6D and 70. RGB value is (120,109,112). Sum of RGB (Red+Green+Blue) = 120+109+112=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #786D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D70 is #87928F. Grayscale: #707070. Windows color (decimal): -8884880 or 7368056. OLE color: 7368056.

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

Color convert

RGB120109112-
CMYK00.090.070.53
HSL343.64º4.8%44.9%-
HSV(B)343.64º9.17%47.06%-
XYZ16.1416.117.59-
YUV112.63127.64133.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=35.19%
G=31.96%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010911200.090.070.53343.644.844.9
Hex786D700973515852d
Octal170155160011765530555
Binary11110001101101111000001001111110101101011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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