Html Css Color HEX #816972 Empress

📋 copy color: '#816972'

red 129 ◦ green 105 ◦ blue 114

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

Shades of Empress #816972

Tints of Empress #816972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 37.07%
G = 30.17%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#816972 (or 0x816972) is known color: Empress. HEX triplet: 81, 69 and 72. RGB value is (129,105,114). Sum of RGB (Red+Green+Blue) = 129+105+114=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #816972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816972 is #7E968D. Grayscale: #717171. Windows color (decimal): -8296078 or 7498113. OLE color: 7498113.

HSL color Cylindrical-coordinate representation of color #816972: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #816972 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 105 114 -
CMYK 0 0.19 0.12 0.49
HSL 337.5º 0.1% 0.46% -
HSV(B) 337.5º 0.19% 0.51% -
XYZ 17.14 15.99 18.1 -
YUV 113.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 129 105 114 0 0.19 0.12 0.49 337.5 0.1 0.46
Hex 81 69 72 0 13 C 31 152 A 2E
Octal 201 151 162 0 23 14 61 522 12 56
Binary 10000001 1101001 1110010 0 10011 1100 110001 101010010 1010 101110

Color Harmonies of #816972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816972

Black with #816972

Text Example


Text Example

White with #816972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816972; }

 p { color: rgb(129,105,114); }

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

background-color css

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

 a { background-color: rgb(129,105,114); }

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

border-color css

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

 span { border-color: rgb(129,105,114); }

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