Shades of Pale Brown #987752
Tints of Pale Brown #987752
RGB
CMYK
RGB Variations
Color information
#987752 (or 0x987752) is known color: Pale Brown. HEX triplet: 98, 77 and 52. RGB value is (152,119,82). Sum of RGB (Red+Green+Blue) = 152+119+82=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987752 is #6788AD. Grayscale: #7C7C7C. Windows color (decimal): -6785198 or 5404568. OLE color: 5404568.
HSL color Cylindrical-coordinate representation of color #987752: hue angle of 31.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987752 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 82 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.40 |
| HSL | 31.71º | 0.3% | 0.46% | - |
| HSV(B) | 31.71º | 0.46% | 0.6% | - |
| XYZ | 21.07 | 20.48 | 10.82 | - |
| YUV | 124.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 82 | 0 | 0.22 | 0.46 | 0.40 | 31.71 | 0.3 | 0.46 |
| Hex | 98 | 77 | 52 | 0 | 16 | 2E | 28 | 20 | 1E | 2E |
| Octal | 230 | 167 | 122 | 0 | 26 | 56 | 50 | 40 | 36 | 56 |
| Binary | 10011000 | 1110111 | 1010010 | 0 | 10110 | 101110 | 101000 | 100000 | 11110 | 101110 |
Color Harmonies of #987752
Complementary color
Monochromatic Colors of #987752
Black with #987752
Text Example
Text Example
White with #987752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987752; }
p { color: rgb(152,119,82); }
H1.HeaderClassName
{
color: #987752;
}
.AnyTagClassName
{
color: #987752;
}
</style>
background-color css
<style>
a { background-color: #987752; }
a { background-color: rgb(152,119,82); }
div.DivClassName
{
background-color: #987752;
}
.BgClassName
{
background-color: #987752;
}
</style>
border-color css
<style>
span { border-color: #987752; }
span { border-color: rgb(152,119,82); }
td.TdClassName
{
border-color: #987752;
}
.TagClassName
{
border-color: #987752;
}
</style>