Html Css Color HEX #816872 Empress

📋 copy color: '#816872'

red 129 ◦ green 104 ◦ blue 114

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

Shades of Empress #816872

Tints of Empress #816872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 37.18%
G = 29.97%
B = 32.85%

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

#816872 (or 0x816872) is known color: Empress. HEX triplet: 81, 68 and 72. RGB value is (129,104,114). Sum of RGB (Red+Green+Blue) = 129+104+114=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816872 is #7E978D. Grayscale: #707070. Windows color (decimal): -8296334 or 7497857. OLE color: 7497857.

HSL color Cylindrical-coordinate representation of color #816872: hue angle of 336º degrees, saturation: 0.11, 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 #816872 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 114 -
CMYK 0 0.19 0.12 0.49
HSL 336º 0.11% 0.46% -
HSV(B) 336º 0.19% 0.51% -
XYZ 17.04 15.78 18.07 -
YUV 112.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 129 104 114 0 0.19 0.12 0.49 336 0.11 0.46
Hex 81 68 72 0 13 C 31 150 B 2E
Octal 201 150 162 0 23 14 61 520 13 56
Binary 10000001 1101000 1110010 0 10011 1100 110001 101010000 1011 101110

Color Harmonies of #816872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816872

Black with #816872

Text Example


Text Example

White with #816872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816872; }

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

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

background-color css

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

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

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

border-color css

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

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

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