Shades of Clay Creek #877D49
Tints of Clay Creek #877D49
RGB
CMYK
RGB Variations
Color information
#877D49 (or 0x877D49) is known color: Clay Creek. HEX triplet: 87, 7D and 49. RGB value is (135,125,73). Sum of RGB (Red+Green+Blue) = 135+125+73=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #877D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D49 is #7882B6. Grayscale: #7A7A7A. Windows color (decimal): -7897783 or 4816263. OLE color: 4816263.
HSL color Cylindrical-coordinate representation of color #877D49: hue angle of 50.32º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #877D49 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 73 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.47 |
| HSL | 50.32º | 0.3% | 0.41% | - |
| HSV(B) | 50.32º | 0.46% | 0.53% | - |
| XYZ | 18.53 | 20.3 | 9.24 | - |
| YUV | 122.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 73 | 0 | 0.07 | 0.46 | 0.47 | 50.32 | 0.3 | 0.41 |
| Hex | 87 | 7D | 49 | 0 | 7 | 2E | 2F | 32 | 1E | 29 |
| Octal | 207 | 175 | 111 | 0 | 7 | 56 | 57 | 62 | 36 | 51 |
| Binary | 10000111 | 1111101 | 1001001 | 0 | 111 | 101110 | 101111 | 110010 | 11110 | 101001 |
Color Harmonies of #877D49
Complementary color
Monochromatic Colors of #877D49
Black with #877D49
Text Example
Text Example
White with #877D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D49; }
p { color: rgb(135,125,73); }
H1.HeaderClassName
{
color: #877D49;
}
.AnyTagClassName
{
color: #877D49;
}
</style>
background-color css
<style>
a { background-color: #877D49; }
a { background-color: rgb(135,125,73); }
div.DivClassName
{
background-color: #877D49;
}
.BgClassName
{
background-color: #877D49;
}
</style>
border-color css
<style>
span { border-color: #877D49; }
span { border-color: rgb(135,125,73); }
td.TdClassName
{
border-color: #877D49;
}
.TagClassName
{
border-color: #877D49;
}
</style>