Html Css Color HEX #816D74 Empress

📋 copy color: '#816D74'

red 129 ◦ green 109 ◦ blue 116

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

Shades of Empress #816D74

Tints of Empress #816D74

RGB

 RED value IS 129 (50.78% from 255) = 36.44%

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 36.44%
G = 30.79%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#816D74 (or 0x816D74) is known color: Empress. HEX triplet: 81, 6D and 74. RGB value is (129,109,116). Sum of RGB (Red+Green+Blue) = 129+109+116=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #816D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D74 is #7E928B. Grayscale: #737373. Windows color (decimal): -8295052 or 7630209. OLE color: 7630209.

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

Color convert

RGB 129 109 116 -
CMYK 0 0.16 0.10 0.49
HSL 339º 0.08% 0.47% -
HSV(B) 339º 0.16% 0.51% -
XYZ 17.67 16.87 18.85 -
YUV 115.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 129 109 116 0 0.16 0.10 0.49 339 0.08 0.47
Hex 81 6D 74 0 10 A 31 153 8 2F
Octal 201 155 164 0 20 12 61 523 10 57
Binary 10000001 1101101 1110100 0 10000 1010 110001 101010011 1000 101111

Color Harmonies of #816D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816D74

Black with #816D74

Text Example


Text Example

White with #816D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #816D74;
 }
 .AnyTagClassName
 {
   color: #816D74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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