#817C7D

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

Shades of Empress #817C7D

Tints of Empress #817C7D

Color information

#817C7D (or 0x817C7D) is unknown color: approx Empress. HEX triplet: 81, 7C and 7D. RGB value is (129,124,125). Sum of RGB (Red+Green+Blue) = 129+124+125=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #817C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C7D is #7E8382. Grayscale: #7D7D7D. Windows color (decimal): -8291203 or 8223873. OLE color: 8223873.

HSL color Cylindrical-coordinate representation of color #817C7D: hue angle of 348º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #817C7D is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB129124125-
CMYK00.040.030.49
HSL348º1.98%49.61%-
HSV(B)348º3.88%50.59%-
XYZ19.9620.5622.32-
YUV125.61127.66130.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=34.13%
G=32.80%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912412500.040.030.493481.9849.61
Hex817C7D0433115c232
Octal20117417504361534262
Binary100000011111100111110101001111000110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817C7D; }

 p { color: rgb(129,124,125); }

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

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

 a { background-color: rgb(129,124,125); }

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

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

 span { border-color: rgb(129,124,125); }

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