#817374

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

Shades of Empress #817374

Tints of Empress #817374

Color information

#817374 (or 0x817374) is unknown color: approx Empress. HEX triplet: 81, 73 and 74. RGB value is (129,115,116). Sum of RGB (Red+Green+Blue) = 129+115+116=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #817374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817374 is #7E8C8B. Grayscale: #777777. Windows color (decimal): -8293516 or 7631745. OLE color: 7631745.

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

Color convert

RGB129115116-
CMYK00.110.100.49
HSL355.71º5.74%47.84%-
HSV(B)355.71º10.85%50.59%-
XYZ18.3418.1919.07-
YUV119.3126.14134.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=35.83%
G=31.94%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911511600.110.100.49355.715.7447.84
Hex8173740BA31164630
Octal2011631640131261544660
Binary1000000111100111110100010111010110001101100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817374; }

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

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

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

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

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

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

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

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