Shades of Clay Creek #877C52
Tints of Clay Creek #877C52
RGB
CMYK
RGB Variations
Color information
#877C52 (or 0x877C52) is known color: Clay Creek. HEX triplet: 87, 7C and 52. RGB value is (135,124,82). Sum of RGB (Red+Green+Blue) = 135+124+82=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #877C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C52 is #7883AD. Grayscale: #7A7A7A. Windows color (decimal): -7898030 or 5405831. OLE color: 5405831.
HSL color Cylindrical-coordinate representation of color #877C52: hue angle of 47.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877C52 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 82 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.47 |
| HSL | 47.55º | 0.24% | 0.43% | - |
| HSV(B) | 47.55º | 0.39% | 0.53% | - |
| XYZ | 18.72 | 20.18 | 10.89 | - |
| YUV | 122.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 82 | 0 | 0.08 | 0.39 | 0.47 | 47.55 | 0.24 | 0.43 |
| Hex | 87 | 7C | 52 | 0 | 8 | 27 | 2F | 30 | 18 | 2B |
| Octal | 207 | 174 | 122 | 0 | 10 | 47 | 57 | 60 | 30 | 53 |
| Binary | 10000111 | 1111100 | 1010010 | 0 | 1000 | 100111 | 101111 | 110000 | 11000 | 101011 |
Color Harmonies of #877C52
Complementary color
Monochromatic Colors of #877C52
Black with #877C52
Text Example
Text Example
White with #877C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C52; }
p { color: rgb(135,124,82); }
H1.HeaderClassName
{
color: #877C52;
}
.AnyTagClassName
{
color: #877C52;
}
</style>
background-color css
<style>
a { background-color: #877C52; }
a { background-color: rgb(135,124,82); }
div.DivClassName
{
background-color: #877C52;
}
.BgClassName
{
background-color: #877C52;
}
</style>
border-color css
<style>
span { border-color: #877C52; }
span { border-color: rgb(135,124,82); }
td.TdClassName
{
border-color: #877C52;
}
.TagClassName
{
border-color: #877C52;
}
</style>