Shades of Sorrell Brown #977F66
Tints of Sorrell Brown #977F66
RGB
CMYK
RGB Variations
Color information
#977F66 (or 0x977F66) is known color: Sorrell Brown. HEX triplet: 97, 7F and 66. RGB value is (151,127,102). Sum of RGB (Red+Green+Blue) = 151+127+102=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #977F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F66 is #688099. Grayscale: #838383. Windows color (decimal): -6848666 or 6717335. OLE color: 6717335.
HSL color Cylindrical-coordinate representation of color #977F66: hue angle of 30.61º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977F66 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 102 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.41 |
| HSL | 30.61º | 0.19% | 0.5% | - |
| HSV(B) | 30.61º | 0.32% | 0.59% | - |
| XYZ | 22.75 | 22.72 | 15.76 | - |
| YUV | 131.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 102 | 0 | 0.16 | 0.32 | 0.41 | 30.61 | 0.19 | 0.5 |
| Hex | 97 | 7F | 66 | 0 | 10 | 20 | 29 | 1F | 13 | 32 |
| Octal | 227 | 177 | 146 | 0 | 20 | 40 | 51 | 37 | 23 | 62 |
| Binary | 10010111 | 1111111 | 1100110 | 0 | 10000 | 100000 | 101001 | 11111 | 10011 | 110010 |
Color Harmonies of #977F66
Complementary color
Monochromatic Colors of #977F66
Black with #977F66
Text Example
Text Example
White with #977F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F66; }
p { color: rgb(151,127,102); }
H1.HeaderClassName
{
color: #977F66;
}
.AnyTagClassName
{
color: #977F66;
}
</style>
background-color css
<style>
a { background-color: #977F66; }
a { background-color: rgb(151,127,102); }
div.DivClassName
{
background-color: #977F66;
}
.BgClassName
{
background-color: #977F66;
}
</style>
border-color css
<style>
span { border-color: #977F66; }
span { border-color: rgb(151,127,102); }
td.TdClassName
{
border-color: #977F66;
}
.TagClassName
{
border-color: #977F66;
}
</style>