Html Css Color HEX #8B7A89 Taupe Grey

📋 copy color: '#8B7A89'

red 139 ◦ green 122 ◦ blue 137

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

Shades of Taupe Grey #8B7A89

Tints of Taupe Grey #8B7A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

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

R = 34.92%
G = 30.65%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B7A89 (or 0x8B7A89) is known color: Taupe Grey. HEX triplet: 8B, 7A and 89. RGB value is (139,122,137). Sum of RGB (Red+Green+Blue) = 139+122+137=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7A89 is #748576. Grayscale: #808080. Windows color (decimal): -7636343 or 9009803. OLE color: 9009803.

HSL color Cylindrical-coordinate representation of color #8B7A89: hue angle of 307.06º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7A89 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 122 137 -
CMYK 0 0.12 0.01 0.45
HSL 307.06º 0.07% 0.51% -
HSV(B) 307.06º 0.12% 0.55% -
XYZ 22.12 21.21 26.6 -
YUV 128.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 139 122 137 0 0.12 0.01 0.45 307.06 0.07 0.51
Hex 8B 7A 89 0 C 1 2D 133 7 33
Octal 213 172 211 0 14 1 55 463 7 63
Binary 10001011 1111010 10001001 0 1100 1 101101 100110011 111 110011

Color Harmonies of #8B7A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A89

Black with #8B7A89

Text Example


Text Example

White with #8B7A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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