Html Css Color HEX #897275 Empress

📋 copy color: '#897275'

red 137 ◦ green 114 ◦ blue 117

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

Shades of Empress #897275

Tints of Empress #897275

RGB

 RED value IS 137 (53.91% from 255) = 37.23%

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 37.23%
G = 30.98%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#897275 (or 0x897275) is known color: Empress. HEX triplet: 89, 72 and 75. RGB value is (137,114,117). Sum of RGB (Red+Green+Blue) = 137+114+117=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #897275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897275 is #768D8A. Grayscale: #797979. Windows color (decimal): -7769483 or 7697033. OLE color: 7697033.

HSL color Cylindrical-coordinate representation of color #897275: hue angle of 352.17º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897275 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 117 -
CMYK 0 0.17 0.15 0.46
HSL 352.17º 0.09% 0.49% -
HSV(B) 352.17º 0.17% 0.54% -
XYZ 19.54 18.64 19.4 -
YUV 121.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 137 114 117 0 0.17 0.15 0.46 352.17 0.09 0.49
Hex 89 72 75 0 11 F 2E 160 9 31
Octal 211 162 165 0 21 17 56 540 11 61
Binary 10001001 1110010 1110101 0 10001 1111 101110 101100000 1001 110001

Color Harmonies of #897275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897275

Black with #897275

Text Example


Text Example

White with #897275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897275; }

 p { color: rgb(137,114,117); }

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

background-color css

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

 a { background-color: rgb(137,114,117); }

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

border-color css

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

 span { border-color: rgb(137,114,117); }

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