Html Css Color HEX #8B7D89 Taupe Grey

📋 copy color: '#8B7D89'

red 139 ◦ green 125 ◦ blue 137

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

Shades of Taupe Grey #8B7D89

Tints of Taupe Grey #8B7D89

RGB

 RED value IS 139 (54.69% from 255) = 34.66%

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 137 (53.91% from 255) = 34.16%

R = 34.66%
G = 31.17%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B7D89 (or 0x8B7D89) is known color: Taupe Grey. HEX triplet: 8B, 7D and 89. RGB value is (139,125,137). Sum of RGB (Red+Green+Blue) = 139+125+137=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7D89 is #748276. Grayscale: #828282. Windows color (decimal): -7635575 or 9010571. OLE color: 9010571.

HSL color Cylindrical-coordinate representation of color #8B7D89: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B7D89 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 125 137 -
CMYK 0 0.10 0.01 0.45
HSL 308.57º 0.06% 0.52% -
HSV(B) 308.57º 0.1% 0.55% -
XYZ 22.5 21.96 26.72 -
YUV 130.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 139 125 137 0 0.10 0.01 0.45 308.57 0.06 0.52
Hex 8B 7D 89 0 A 1 2D 135 6 34
Octal 213 175 211 0 12 1 55 465 6 64
Binary 10001011 1111101 10001001 0 1010 1 101101 100110101 110 110100

Color Harmonies of #8B7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D89

Black with #8B7D89

Text Example


Text Example

White with #8B7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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