#817478

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

Shades of Empress #817478

Tints of Empress #817478

Color information

#817478 (or 0x817478) is unknown color: approx Empress. HEX triplet: 81, 74 and 78. RGB value is (129,116,120). Sum of RGB (Red+Green+Blue) = 129+116+120=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 129 - color contains mainly: red. Hex color #817478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817478 is #7E8B87. Grayscale: #787878. Windows color (decimal): -8293256 or 7894145. OLE color: 7894145.

HSL color Cylindrical-coordinate representation of color #817478: hue angle of 341.54º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #817478 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB129116120-
CMYK00.100.070.49
HSL341.54º5.31%48.04%-
HSV(B)341.54º10.08%50.59%-
XYZ18.6918.5120.36-
YUV120.34127.81134.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=35.34%
G=31.78%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911612000.100.070.49341.545.3148.04
Hex8174780A731156530
Octal201164170012761526560
Binary100000011110100111100001010111110001101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817478; }

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

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

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

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

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

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

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

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