Shades of Clay Creek #978C57
Tints of Clay Creek #978C57
RGB
CMYK
RGB Variations
Color information
#978C57 (or 0x978C57) is known color: Clay Creek. HEX triplet: 97, 8C and 57. RGB value is (151,140,87). Sum of RGB (Red+Green+Blue) = 151+140+87=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #978C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C57 is #6873A8. Grayscale: #898989. Windows color (decimal): -6845353 or 5737623. OLE color: 5737623.
HSL color Cylindrical-coordinate representation of color #978C57: hue angle of 49.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978C57 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 87 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.41 |
| HSL | 49.69º | 0.27% | 0.47% | - |
| HSV(B) | 49.69º | 0.42% | 0.59% | - |
| XYZ | 23.86 | 26.02 | 12.78 | - |
| YUV | 137.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 87 | 0 | 0.07 | 0.42 | 0.41 | 49.69 | 0.27 | 0.47 |
| Hex | 97 | 8C | 57 | 0 | 7 | 2A | 29 | 32 | 1B | 2F |
| Octal | 227 | 214 | 127 | 0 | 7 | 52 | 51 | 62 | 33 | 57 |
| Binary | 10010111 | 10001100 | 1010111 | 0 | 111 | 101010 | 101001 | 110010 | 11011 | 101111 |
Color Harmonies of #978C57
Complementary color
Monochromatic Colors of #978C57
Black with #978C57
Text Example
Text Example
White with #978C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C57; }
p { color: rgb(151,140,87); }
H1.HeaderClassName
{
color: #978C57;
}
.AnyTagClassName
{
color: #978C57;
}
</style>
background-color css
<style>
a { background-color: #978C57; }
a { background-color: rgb(151,140,87); }
div.DivClassName
{
background-color: #978C57;
}
.BgClassName
{
background-color: #978C57;
}
</style>
border-color css
<style>
span { border-color: #978C57; }
span { border-color: rgb(151,140,87); }
td.TdClassName
{
border-color: #978C57;
}
.TagClassName
{
border-color: #978C57;
}
</style>