Html Css Color HEX #857172 Empress

📋 copy color: '#857172'

red 133 ◦ green 113 ◦ blue 114

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

Shades of Empress #857172

Tints of Empress #857172

RGB

 RED value IS 133 (52.34% from 255) = 36.94%

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 36.94%
G = 31.39%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#857172 (or 0x857172) is known color: Empress. HEX triplet: 85, 71 and 72. RGB value is (133,113,114). Sum of RGB (Red+Green+Blue) = 133+113+114=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857172 is #7A8E8D. Grayscale: #777777. Windows color (decimal): -8031886 or 7500165. OLE color: 7500165.

HSL color Cylindrical-coordinate representation of color #857172: hue angle of 357º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857172 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 114 -
CMYK 0 0.15 0.14 0.48
HSL 357º 0.08% 0.48% -
HSV(B) 357º 0.15% 0.52% -
XYZ 18.62 18.01 18.42 -
YUV 119.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 133 113 114 0 0.15 0.14 0.48 357 0.08 0.48
Hex 85 71 72 0 F E 30 165 8 30
Octal 205 161 162 0 17 16 60 545 10 60
Binary 10000101 1110001 1110010 0 1111 1110 110000 101100101 1000 110000

Color Harmonies of #857172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857172

Black with #857172

Text Example


Text Example

White with #857172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857172; }

 p { color: rgb(133,113,114); }

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

background-color css

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

 a { background-color: rgb(133,113,114); }

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

border-color css

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

 span { border-color: rgb(133,113,114); }

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