#787475

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

Shades of Empress #787475

Tints of Empress #787475

Color information

#787475 (or 0x787475) is unknown color: approx Empress. HEX triplet: 78, 74 and 75. RGB value is (120,116,117). Sum of RGB (Red+Green+Blue) = 120+116+117=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787475 is #878B8A. Grayscale: #757575. Windows color (decimal): -8883083 or 7697528. OLE color: 7697528.

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

Color convert

RGB120116117-
CMYK00.030.020.53
HSL345º1.69%46.27%-
HSV(B)345º3.33%47.06%-
XYZ17.217.7719.35-
YUV117.31127.83129.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=33.99%
G=32.86%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011611700.030.020.533451.6946.27
Hex7874750323515922e
Octal17016416503265531256
Binary1111000111010011101010111011010110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787475; }

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

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

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

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

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

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

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

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