#816E74

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

Shades of Empress #816E74

Tints of Empress #816E74

Color information

#816E74 (or 0x816E74) is unknown color: approx Empress. HEX triplet: 81, 6E and 74. RGB value is (129,110,116). Sum of RGB (Red+Green+Blue) = 129+110+116=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #816E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E74 is #7E918B. Grayscale: #747474. Windows color (decimal): -8294796 or 7630465. OLE color: 7630465.

HSL color Cylindrical-coordinate representation of color #816E74: hue angle of 341.05º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #816E74 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB129110116-
CMYK00.150.100.49
HSL341.05º7.95%46.86%-
HSV(B)341.05º14.73%50.59%-
XYZ17.7817.0818.88-
YUV116.36127.79137.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=36.34%
G=30.99%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911011600.150.100.49341.057.9546.86
Hex816E740FA3115582f
Octal20115616401712615251057
Binary10000001110111011101000111110101100011010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E74; }

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

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

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

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

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

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

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

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