Html Css Color HEX #8B7484 Taupe Grey

📋 copy color: '#8B7484'

red 139 ◦ green 116 ◦ blue 132

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

Shades of Taupe Grey #8B7484

Tints of Taupe Grey #8B7484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 35.92%
G = 29.97%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8B7484 (or 0x8B7484) is known color: Taupe Grey. HEX triplet: 8B, 74 and 84. RGB value is (139,116,132). Sum of RGB (Red+Green+Blue) = 139+116+132=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7484 is #748B7B. Grayscale: #7C7C7C. Windows color (decimal): -7637884 or 8680587. OLE color: 8680587.

HSL color Cylindrical-coordinate representation of color #8B7484: hue angle of 318.26º 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 #8B7484 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 116 132 -
CMYK 0 0.17 0.05 0.45
HSL 318.26º 0.09% 0.5% -
HSV(B) 318.26º 0.17% 0.55% -
XYZ 21.06 19.65 24.51 -
YUV 124.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 139 116 132 0 0.17 0.05 0.45 318.26 0.09 0.5
Hex 8B 74 84 0 11 5 2D 13E 9 32
Octal 213 164 204 0 21 5 55 476 11 62
Binary 10001011 1110100 10000100 0 10001 101 101101 100111110 1001 110010

Color Harmonies of #8B7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7484

Black with #8B7484

Text Example


Text Example

White with #8B7484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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