#81787A

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

Shades of Empress #81787A

Tints of Empress #81787A

Color information

#81787A (or 0x81787A) is unknown color: approx Empress. HEX triplet: 81, 78 and 7A. RGB value is (129,120,122). Sum of RGB (Red+Green+Blue) = 129+120+122=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 129 - color contains mainly: red. Hex color #81787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81787A is #7E8785. Grayscale: #7A7A7A. Windows color (decimal): -8292230 or 8026241. OLE color: 8026241.

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

Color convert

RGB129120122-
CMYK00.070.050.49
HSL346.67º3.61%48.82%-
HSV(B)346.67º6.98%50.59%-
XYZ19.2819.5121.16-
YUV122.92127.48132.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=34.77%
G=32.35%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912012200.070.050.49346.673.6148.82
Hex81787A0753115b431
Octal20117017207561533461
Binary10000001111100011110100111101110001101011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81787A; }

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

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

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

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

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

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

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

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