Shades of Clay Creek #877E48
Tints of Clay Creek #877E48
RGB
CMYK
RGB Variations
Color information
#877E48 (or 0x877E48) is known color: Clay Creek. HEX triplet: 87, 7E and 48. RGB value is (135,126,72). Sum of RGB (Red+Green+Blue) = 135+126+72=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #877E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877E48 is #7881B7. Grayscale: #7A7A7A. Windows color (decimal): -7897528 or 4750983. OLE color: 4750983.
HSL color Cylindrical-coordinate representation of color #877E48: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #877E48 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 72 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.47 |
| HSL | 51.43º | 0.3% | 0.41% | - |
| HSV(B) | 51.43º | 0.47% | 0.53% | - |
| XYZ | 18.62 | 20.54 | 9.11 | - |
| YUV | 122.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 72 | 0 | 0.07 | 0.47 | 0.47 | 51.43 | 0.3 | 0.41 |
| Hex | 87 | 7E | 48 | 0 | 7 | 2F | 2F | 33 | 1E | 29 |
| Octal | 207 | 176 | 110 | 0 | 7 | 57 | 57 | 63 | 36 | 51 |
| Binary | 10000111 | 1111110 | 1001000 | 0 | 111 | 101111 | 101111 | 110011 | 11110 | 101001 |
Color Harmonies of #877E48
Complementary color
Monochromatic Colors of #877E48
Black with #877E48
Text Example
Text Example
White with #877E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E48; }
p { color: rgb(135,126,72); }
H1.HeaderClassName
{
color: #877E48;
}
.AnyTagClassName
{
color: #877E48;
}
</style>
background-color css
<style>
a { background-color: #877E48; }
a { background-color: rgb(135,126,72); }
div.DivClassName
{
background-color: #877E48;
}
.BgClassName
{
background-color: #877E48;
}
</style>
border-color css
<style>
span { border-color: #877E48; }
span { border-color: rgb(135,126,72); }
td.TdClassName
{
border-color: #877E48;
}
.TagClassName
{
border-color: #877E48;
}
</style>