Html Css Color HEX #897C7D Empress

📋 copy color: '#897C7D'

red 137 ◦ green 124 ◦ blue 125

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

Shades of Empress #897C7D

Tints of Empress #897C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 35.49%
G = 32.12%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#897C7D (or 0x897C7D) is known color: Empress. HEX triplet: 89, 7C and 7D. RGB value is (137,124,125). Sum of RGB (Red+Green+Blue) = 137+124+125=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C7D is #768382. Grayscale: #808080. Windows color (decimal): -7766915 or 8223881. OLE color: 8223881.

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

Color convert

RGB 137 124 125 -
CMYK 0 0.09 0.09 0.46
HSL 355.38º 0.05% 0.51% -
HSV(B) 355.38º 0.09% 0.54% -
XYZ 21.23 21.21 22.38 -
YUV 128 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 137 124 125 0 0.09 0.09 0.46 355.38 0.05 0.51
Hex 89 7C 7D 0 9 9 2E 163 5 33
Octal 211 174 175 0 11 11 56 543 5 63
Binary 10001001 1111100 1111101 0 1001 1001 101110 101100011 101 110011

Color Harmonies of #897C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C7D

Black with #897C7D

Text Example


Text Example

White with #897C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897C7D; }

 p { color: rgb(137,124,125); }

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

background-color css

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

 a { background-color: rgb(137,124,125); }

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

border-color css

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

 span { border-color: rgb(137,124,125); }

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