Html Css Color HEX #8B7789 Taupe Grey

📋 copy color: '#8B7789'

red 139 ◦ green 119 ◦ blue 137

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

Shades of Taupe Grey #8B7789

Tints of Taupe Grey #8B7789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 35.19%
G = 30.13%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B7789 (or 0x8B7789) is known color: Taupe Grey. HEX triplet: 8B, 77 and 89. RGB value is (139,119,137). Sum of RGB (Red+Green+Blue) = 139+119+137=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7789 is #748876. Grayscale: #7E7E7E. Windows color (decimal): -7637111 or 9009035. OLE color: 9009035.

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

Color convert

RGB 139 119 137 -
CMYK 0 0.14 0.01 0.45
HSL 306º 0.08% 0.51% -
HSV(B) 306º 0.14% 0.55% -
XYZ 21.76 20.49 26.47 -
YUV 127.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 139 119 137 0 0.14 0.01 0.45 306 0.08 0.51
Hex 8B 77 89 0 E 1 2D 132 8 33
Octal 213 167 211 0 16 1 55 462 10 63
Binary 10001011 1110111 10001001 0 1110 1 101101 100110010 1000 110011

Color Harmonies of #8B7789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7789

Black with #8B7789

Text Example


Text Example

White with #8B7789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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