Shades of Pale Brown #977A5B
Tints of Pale Brown #977A5B
RGB
CMYK
RGB Variations
Color information
#977A5B (or 0x977A5B) is known color: Pale Brown. HEX triplet: 97, 7A and 5B. RGB value is (151,122,91). Sum of RGB (Red+Green+Blue) = 151+122+91=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #977A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A5B is #6885A4. Grayscale: #7F7F7F. Windows color (decimal): -6849957 or 5995159. OLE color: 5995159.
HSL color Cylindrical-coordinate representation of color #977A5B: hue angle of 31º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977A5B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 91 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.41 |
| HSL | 31º | 0.25% | 0.47% | - |
| HSV(B) | 31º | 0.4% | 0.59% | - |
| XYZ | 21.61 | 21.25 | 12.86 | - |
| YUV | 127.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 91 | 0 | 0.19 | 0.40 | 0.41 | 31 | 0.25 | 0.47 |
| Hex | 97 | 7A | 5B | 0 | 13 | 28 | 29 | 1F | 19 | 2F |
| Octal | 227 | 172 | 133 | 0 | 23 | 50 | 51 | 37 | 31 | 57 |
| Binary | 10010111 | 1111010 | 1011011 | 0 | 10011 | 101000 | 101001 | 11111 | 11001 | 101111 |
Color Harmonies of #977A5B
Complementary color
Monochromatic Colors of #977A5B
Black with #977A5B
Text Example
Text Example
White with #977A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A5B; }
p { color: rgb(151,122,91); }
H1.HeaderClassName
{
color: #977A5B;
}
.AnyTagClassName
{
color: #977A5B;
}
</style>
background-color css
<style>
a { background-color: #977A5B; }
a { background-color: rgb(151,122,91); }
div.DivClassName
{
background-color: #977A5B;
}
.BgClassName
{
background-color: #977A5B;
}
</style>
border-color css
<style>
span { border-color: #977A5B; }
span { border-color: rgb(151,122,91); }
td.TdClassName
{
border-color: #977A5B;
}
.TagClassName
{
border-color: #977A5B;
}
</style>