#786F73

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

Shades of Empress #786F73

Tints of Empress #786F73

Color information

#786F73 (or 0x786F73) is unknown color: approx Empress. HEX triplet: 78, 6F and 73. RGB value is (120,111,115). Sum of RGB (Red+Green+Blue) = 120+111+115=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #786F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F73 is #87908C. Grayscale: #727272. Windows color (decimal): -8884365 or 7565176. OLE color: 7565176.

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

Color convert

RGB120111115-
CMYK00.080.040.53
HSL333.33º3.9%45.29%-
HSV(B)333.33º7.5%47.06%-
XYZ16.5216.618.55-
YUV114.15128.48132.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=34.68%
G=32.08%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011111500.080.040.53333.333.945.29
Hex786F730843514d42d
Octal170157163010465515455
Binary11110001101111111001101000100110101101001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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