Html Css Color HEX #8B7488 Taupe Grey

📋 copy color: '#8B7488'

red 139 ◦ green 116 ◦ blue 136

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

Shades of Taupe Grey #8B7488

Tints of Taupe Grey #8B7488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 35.55%
G = 29.67%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B7488 (or 0x8B7488) is known color: Taupe Grey. HEX triplet: 8B, 74 and 88. RGB value is (139,116,136). Sum of RGB (Red+Green+Blue) = 139+116+136=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7488 is #748B77. Grayscale: #7D7D7D. Windows color (decimal): -7637880 or 8942731. OLE color: 8942731.

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

Color convert

RGB 139 116 136 -
CMYK 0 0.17 0.02 0.45
HSL 307.83º 0.09% 0.5% -
HSV(B) 307.83º 0.17% 0.55% -
XYZ 21.34 19.76 25.98 -
YUV 125.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 139 116 136 0 0.17 0.02 0.45 307.83 0.09 0.5
Hex 8B 74 88 0 11 2 2D 134 9 32
Octal 213 164 210 0 21 2 55 464 11 62
Binary 10001011 1110100 10001000 0 10001 10 101101 100110100 1001 110010

Color Harmonies of #8B7488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7488

Black with #8B7488

Text Example


Text Example

White with #8B7488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,116,136); }

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

background-color css

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

 a { background-color: rgb(139,116,136); }

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

border-color css

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

 span { border-color: rgb(139,116,136); }

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