Shades of Pale Brown #987758
Tints of Pale Brown #987758
RGB
CMYK
RGB Variations
Color information
#987758 (or 0x987758) is known color: Pale Brown. HEX triplet: 98, 77 and 58. RGB value is (152,119,88). Sum of RGB (Red+Green+Blue) = 152+119+88=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #987758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987758 is #6788A7. Grayscale: #7D7D7D. Windows color (decimal): -6785192 or 5797784. OLE color: 5797784.
HSL color Cylindrical-coordinate representation of color #987758: hue angle of 29.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987758 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 88 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.40 |
| HSL | 29.06º | 0.27% | 0.47% | - |
| HSV(B) | 29.06º | 0.42% | 0.6% | - |
| XYZ | 21.31 | 20.57 | 12.08 | - |
| YUV | 125.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 88 | 0 | 0.22 | 0.42 | 0.40 | 29.06 | 0.27 | 0.47 |
| Hex | 98 | 77 | 58 | 0 | 16 | 2A | 28 | 1D | 1B | 2F |
| Octal | 230 | 167 | 130 | 0 | 26 | 52 | 50 | 35 | 33 | 57 |
| Binary | 10011000 | 1110111 | 1011000 | 0 | 10110 | 101010 | 101000 | 11101 | 11011 | 101111 |
Color Harmonies of #987758
Complementary color
Monochromatic Colors of #987758
Black with #987758
Text Example
Text Example
White with #987758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987758; }
p { color: rgb(152,119,88); }
H1.HeaderClassName
{
color: #987758;
}
.AnyTagClassName
{
color: #987758;
}
</style>
background-color css
<style>
a { background-color: #987758; }
a { background-color: rgb(152,119,88); }
div.DivClassName
{
background-color: #987758;
}
.BgClassName
{
background-color: #987758;
}
</style>
border-color css
<style>
span { border-color: #987758; }
span { border-color: rgb(152,119,88); }
td.TdClassName
{
border-color: #987758;
}
.TagClassName
{
border-color: #987758;
}
</style>