Html Css Color HEX #8B8589 Taupe Grey

📋 copy color: '#8B8589'

red 139 ◦ green 133 ◦ blue 137

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

Shades of Taupe Grey #8B8589

Tints of Taupe Grey #8B8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

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

R = 33.99%
G = 32.52%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B8589 (or 0x8B8589) is known color: Taupe Grey. HEX triplet: 8B, 85 and 89. RGB value is (139,133,137). Sum of RGB (Red+Green+Blue) = 139+133+137=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8589 is #747A76. Grayscale: #878787. Windows color (decimal): -7633527 or 9012619. OLE color: 9012619.

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

Color convert

RGB 139 133 137 -
CMYK 0 0.04 0.01 0.45
HSL 320º 0.03% 0.53% -
HSV(B) 320º 0.04% 0.55% -
XYZ 23.55 24.07 27.07 -
YUV 135.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 139 133 137 0 0.04 0.01 0.45 320 0.03 0.53
Hex 8B 85 89 0 4 1 2D 140 3 35
Octal 213 205 211 0 4 1 55 500 3 65
Binary 10001011 10000101 10001001 0 100 1 101101 101000000 11 110101

Color Harmonies of #8B8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8589

Black with #8B8589

Text Example


Text Example

White with #8B8589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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