#787172

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

Shades of Empress #787172

Tints of Empress #787172

Color information

#787172 (or 0x787172) is unknown color: approx Empress. HEX triplet: 78, 71 and 72. RGB value is (120,113,114). Sum of RGB (Red+Green+Blue) = 120+113+114=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 120 - color contains mainly: red. Hex color #787172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787172 is #878E8D. Grayscale: #737373. Windows color (decimal): -8883854 or 7500152. OLE color: 7500152.

HSL color Cylindrical-coordinate representation of color #787172: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787172 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB120113114-
CMYK00.060.050.53
HSL351.43º3%45.69%-
HSV(B)351.43º5.83%47.06%-
XYZ16.6917.0218.32-
YUV115.21127.32131.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=34.58%
G=32.56%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011311400.060.050.53351.43345.69
Hex7871720653515f32e
Octal17016116206565537356
Binary111100011100011110010011010111010110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787172; }

 p { color: rgb(120,113,114); }

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

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

 a { background-color: rgb(120,113,114); }

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

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

 span { border-color: rgb(120,113,114); }

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