Html Css Color HEX #816E74 Empress

📋 copy color: '#816E74'

red 129 ◦ green 110 ◦ blue 116

#816E74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #816E74

Tints of Empress #816E74

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.7% from 255) = 32.68%

R = 36.34%
G = 30.99%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#816E74 (or 0x816E74) is known color: 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

RGB 129 110 116 -
CMYK 0 0.15 0.10 0.49
HSL 341.05º 0.08% 0.47% -
HSV(B) 341.05º 0.15% 0.51% -
XYZ 17.78 17.08 18.88 -
YUV 116.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 129 110 116 0 0.15 0.10 0.49 341.05 0.08 0.47
Hex 81 6E 74 0 F A 31 155 8 2F
Octal 201 156 164 0 17 12 61 525 10 57
Binary 10000001 1101110 1110100 0 1111 1010 110001 101010101 1000 101111

Color Harmonies of #816E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E74

Black with #816E74

Text Example


Text Example

White with #816E74

Text Example


Text Example

HTML Codes & Css Web 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>