Shades of Taupe Grey #8A7583
Tints of Taupe Grey #8A7583
RGB
CMYK
RGB Variations
Color information
#8A7583 (or 0x8A7583) is known color: Taupe Grey. HEX triplet: 8A, 75 and 83. RGB value is (138,117,131). Sum of RGB (Red+Green+Blue) = 138+117+131=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7583 is #758A7C. Grayscale: #7C7C7C. Windows color (decimal): -7703165 or 8615306. OLE color: 8615306.
HSL color Cylindrical-coordinate representation of color #8A7583: hue angle of 320º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7583 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 131 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.46 |
| HSL | 320º | 0.08% | 0.5% | - |
| HSV(B) | 320º | 0.15% | 0.54% | - |
| XYZ | 20.94 | 19.76 | 24.18 | - |
| YUV | 124.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 131 | 0 | 0.15 | 0.05 | 0.46 | 320 | 0.08 | 0.5 |
| Hex | 8A | 75 | 83 | 0 | F | 5 | 2E | 140 | 8 | 32 |
| Octal | 212 | 165 | 203 | 0 | 17 | 5 | 56 | 500 | 10 | 62 |
| Binary | 10001010 | 1110101 | 10000011 | 0 | 1111 | 101 | 101110 | 101000000 | 1000 | 110010 |
Color Harmonies of #8A7583
Complementary color
Monochromatic Colors of #8A7583
Black with #8A7583
Text Example
Text Example
White with #8A7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7583; }
p { color: rgb(138,117,131); }
H1.HeaderClassName
{
color: #8A7583;
}
.AnyTagClassName
{
color: #8A7583;
}
</style>
background-color css
<style>
a { background-color: #8A7583; }
a { background-color: rgb(138,117,131); }
div.DivClassName
{
background-color: #8A7583;
}
.BgClassName
{
background-color: #8A7583;
}
</style>
border-color css
<style>
span { border-color: #8A7583; }
span { border-color: rgb(138,117,131); }
td.TdClassName
{
border-color: #8A7583;
}
.TagClassName
{
border-color: #8A7583;
}
</style>