#787274

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

Shades of Empress #787274

Tints of Empress #787274

Color information

#787274 (or 0x787274) is unknown color: approx Empress. HEX triplet: 78, 72 and 74. RGB value is (120,114,116). Sum of RGB (Red+Green+Blue) = 120+114+116=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 120 - color contains mainly: red. Hex color #787274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787274 is #878D8B. Grayscale: #747474. Windows color (decimal): -8883596 or 7631480. OLE color: 7631480.

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

Color convert

RGB120114116-
CMYK00.050.030.53
HSL340º2.56%45.88%-
HSV(B)340º5%47.06%-
XYZ16.9217.2918.97-
YUV116.02127.99130.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=34.29%
G=32.57%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011411600.050.030.533402.5645.88
Hex7872740533515432e
Octal17016216405365524356
Binary11110001110010111010001011111010110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787274; }

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

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

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

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

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

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

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

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