Shades of Pale Brown #8F7758
Tints of Pale Brown #8F7758
RGB
CMYK
RGB Variations
Color information
#8F7758 (or 0x8F7758) is known color: Pale Brown. HEX triplet: 8F, 77 and 58. RGB value is (143,119,88). Sum of RGB (Red+Green+Blue) = 143+119+88=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7758 is #7088A7. Grayscale: #7A7A7A. Windows color (decimal): -7375016 or 5797775. OLE color: 5797775.
HSL color Cylindrical-coordinate representation of color #8F7758: hue angle of 33.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7758 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 88 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.44 |
| HSL | 33.82º | 0.24% | 0.45% | - |
| HSV(B) | 33.82º | 0.38% | 0.56% | - |
| XYZ | 19.69 | 19.74 | 12 | - |
| YUV | 122.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 88 | 0 | 0.17 | 0.38 | 0.44 | 33.82 | 0.24 | 0.45 |
| Hex | 8F | 77 | 58 | 0 | 11 | 26 | 2C | 22 | 18 | 2D |
| Octal | 217 | 167 | 130 | 0 | 21 | 46 | 54 | 42 | 30 | 55 |
| Binary | 10001111 | 1110111 | 1011000 | 0 | 10001 | 100110 | 101100 | 100010 | 11000 | 101101 |
Color Harmonies of #8F7758
Complementary color
Monochromatic Colors of #8F7758
Black with #8F7758
Text Example
Text Example
White with #8F7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7758; }
p { color: rgb(143,119,88); }
H1.HeaderClassName
{
color: #8F7758;
}
.AnyTagClassName
{
color: #8F7758;
}
</style>
background-color css
<style>
a { background-color: #8F7758; }
a { background-color: rgb(143,119,88); }
div.DivClassName
{
background-color: #8F7758;
}
.BgClassName
{
background-color: #8F7758;
}
</style>
border-color css
<style>
span { border-color: #8F7758; }
span { border-color: rgb(143,119,88); }
td.TdClassName
{
border-color: #8F7758;
}
.TagClassName
{
border-color: #8F7758;
}
</style>