Shades of Pale Brown #997757
Tints of Pale Brown #997757
RGB
CMYK
RGB Variations
Color information
#997757 (or 0x997757) is known color: Pale Brown. HEX triplet: 99, 77 and 57. RGB value is (153,119,87). Sum of RGB (Red+Green+Blue) = 153+119+87=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #997757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997757 is #6688A8. Grayscale: #7D7D7D. Windows color (decimal): -6719657 or 5732249. OLE color: 5732249.
HSL color Cylindrical-coordinate representation of color #997757: hue angle of 29.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997757 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 87 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.4 |
| HSL | 29.09º | 0.28% | 0.47% | - |
| HSV(B) | 29.09º | 0.43% | 0.6% | - |
| XYZ | 21.45 | 20.65 | 11.87 | - |
| YUV | 125.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 87 | 0 | 0.22 | 0.43 | 0.4 | 29.09 | 0.28 | 0.47 |
| Hex | 99 | 77 | 57 | 0 | 16 | 2B | 28 | 1D | 1C | 2F |
| Octal | 231 | 167 | 127 | 0 | 26 | 53 | 50 | 35 | 34 | 57 |
| Binary | 10011001 | 1110111 | 1010111 | 0 | 10110 | 101011 | 101000 | 11101 | 11100 | 101111 |
Color Harmonies of #997757
Complementary color
Monochromatic Colors of #997757
Black with #997757
Text Example
Text Example
White with #997757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997757; }
p { color: rgb(153,119,87); }
H1.HeaderClassName
{
color: #997757;
}
.AnyTagClassName
{
color: #997757;
}
</style>
background-color css
<style>
a { background-color: #997757; }
a { background-color: rgb(153,119,87); }
div.DivClassName
{
background-color: #997757;
}
.BgClassName
{
background-color: #997757;
}
</style>
border-color css
<style>
span { border-color: #997757; }
span { border-color: rgb(153,119,87); }
td.TdClassName
{
border-color: #997757;
}
.TagClassName
{
border-color: #997757;
}
</style>