Html Css Color HEX #8B7F89 Taupe Grey

📋 copy color: '#8B7F89'

red 139 ◦ green 127 ◦ blue 137

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

Shades of Taupe Grey #8B7F89

Tints of Taupe Grey #8B7F89

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 34.49%
G = 31.51%
B = 34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B7F89 (or 0x8B7F89) is known color: Taupe Grey. HEX triplet: 8B, 7F and 89. RGB value is (139,127,137). Sum of RGB (Red+Green+Blue) = 139+127+137=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7F89 is #748076. Grayscale: #838383. Windows color (decimal): -7635063 or 9011083. OLE color: 9011083.

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

Color convert

RGB 139 127 137 -
CMYK 0 0.09 0.01 0.45
HSL 310º 0.05% 0.52% -
HSV(B) 310º 0.09% 0.55% -
XYZ 22.75 22.47 26.81 -
YUV 131.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 139 127 137 0 0.09 0.01 0.45 310 0.05 0.52
Hex 8B 7F 89 0 9 1 2D 136 5 34
Octal 213 177 211 0 11 1 55 466 5 64
Binary 10001011 1111111 10001001 0 1001 1 101101 100110110 101 110100

Color Harmonies of #8B7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F89

Black with #8B7F89

Text Example


Text Example

White with #8B7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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