Shades of Pale Brown #987750
Tints of Pale Brown #987750
RGB
CMYK
RGB Variations
Color information
#987750 (or 0x987750) is known color: Pale Brown. HEX triplet: 98, 77 and 50. RGB value is (152,119,80). Sum of RGB (Red+Green+Blue) = 152+119+80=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987750 is #6788AF. Grayscale: #7C7C7C. Windows color (decimal): -6785200 or 5273496. OLE color: 5273496.
HSL color Cylindrical-coordinate representation of color #987750: hue angle of 32.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987750 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 80 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.40 |
| HSL | 32.5º | 0.31% | 0.45% | - |
| HSV(B) | 32.5º | 0.47% | 0.6% | - |
| XYZ | 20.99 | 20.45 | 10.43 | - |
| YUV | 124.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 80 | 0 | 0.22 | 0.47 | 0.40 | 32.5 | 0.31 | 0.45 |
| Hex | 98 | 77 | 50 | 0 | 16 | 2F | 28 | 20 | 1F | 2D |
| Octal | 230 | 167 | 120 | 0 | 26 | 57 | 50 | 40 | 37 | 55 |
| Binary | 10011000 | 1110111 | 1010000 | 0 | 10110 | 101111 | 101000 | 100000 | 11111 | 101101 |
Color Harmonies of #987750
Complementary color
Monochromatic Colors of #987750
Black with #987750
Text Example
Text Example
White with #987750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987750; }
p { color: rgb(152,119,80); }
H1.HeaderClassName
{
color: #987750;
}
.AnyTagClassName
{
color: #987750;
}
</style>
background-color css
<style>
a { background-color: #987750; }
a { background-color: rgb(152,119,80); }
div.DivClassName
{
background-color: #987750;
}
.BgClassName
{
background-color: #987750;
}
</style>
border-color css
<style>
span { border-color: #987750; }
span { border-color: rgb(152,119,80); }
td.TdClassName
{
border-color: #987750;
}
.TagClassName
{
border-color: #987750;
}
</style>