Shades of Pale Brown #9B7754
Tints of Pale Brown #9B7754
RGB
CMYK
RGB Variations
Color information
#9B7754 (or 0x9B7754) is known color: Pale Brown. HEX triplet: 9B, 77 and 54. RGB value is (155,119,84). Sum of RGB (Red+Green+Blue) = 155+119+84=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7754 is #6488AB. Grayscale: #7D7D7D. Windows color (decimal): -6588588 or 5535643. OLE color: 5535643.
HSL color Cylindrical-coordinate representation of color #9B7754: hue angle of 29.58º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7754 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 84 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.39 |
| HSL | 29.58º | 0.3% | 0.47% | - |
| HSV(B) | 29.58º | 0.46% | 0.61% | - |
| XYZ | 21.71 | 20.8 | 11.26 | - |
| YUV | 125.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 84 | 0 | 0.23 | 0.46 | 0.39 | 29.58 | 0.3 | 0.47 |
| Hex | 9B | 77 | 54 | 0 | 17 | 2E | 27 | 1E | 1E | 2F |
| Octal | 233 | 167 | 124 | 0 | 27 | 56 | 47 | 36 | 36 | 57 |
| Binary | 10011011 | 1110111 | 1010100 | 0 | 10111 | 101110 | 100111 | 11110 | 11110 | 101111 |
Color Harmonies of #9B7754
Complementary color
Monochromatic Colors of #9B7754
Black with #9B7754
Text Example
Text Example
White with #9B7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7754; }
p { color: rgb(155,119,84); }
H1.HeaderClassName
{
color: #9B7754;
}
.AnyTagClassName
{
color: #9B7754;
}
</style>
background-color css
<style>
a { background-color: #9B7754; }
a { background-color: rgb(155,119,84); }
div.DivClassName
{
background-color: #9B7754;
}
.BgClassName
{
background-color: #9B7754;
}
</style>
border-color css
<style>
span { border-color: #9B7754; }
span { border-color: rgb(155,119,84); }
td.TdClassName
{
border-color: #9B7754;
}
.TagClassName
{
border-color: #9B7754;
}
</style>