Html Css Color HEX #897883 Taupe Grey

📋 copy color: '#897883'

red 137 ◦ green 120 ◦ blue 131

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

Shades of Taupe Grey #897883

Tints of Taupe Grey #897883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 35.31%
G = 30.93%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#897883 (or 0x897883) is known color: Taupe Grey. HEX triplet: 89, 78 and 83. RGB value is (137,120,131). Sum of RGB (Red+Green+Blue) = 137+120+131=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897883 is #76877C. Grayscale: #7E7E7E. Windows color (decimal): -7767933 or 8616073. OLE color: 8616073.

HSL color Cylindrical-coordinate representation of color #897883: hue angle of 321.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897883 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 120 131 -
CMYK 0 0.12 0.04 0.46
HSL 321.18º 0.07% 0.5% -
HSV(B) 321.18º 0.12% 0.54% -
XYZ 21.13 20.39 24.29 -
YUV 126.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 137 120 131 0 0.12 0.04 0.46 321.18 0.07 0.5
Hex 89 78 83 0 C 4 2E 141 7 32
Octal 211 170 203 0 14 4 56 501 7 62
Binary 10001001 1111000 10000011 0 1100 100 101110 101000001 111 110010

Color Harmonies of #897883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897883

Black with #897883

Text Example


Text Example

White with #897883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897883; }

 p { color: rgb(137,120,131); }

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

background-color css

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

 a { background-color: rgb(137,120,131); }

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

border-color css

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

 span { border-color: rgb(137,120,131); }

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