Shades of Clay Creek #877C5D
Tints of Clay Creek #877C5D
RGB
CMYK
RGB Variations
Color information
#877C5D (or 0x877C5D) is known color: Clay Creek. HEX triplet: 87, 7C and 5D. RGB value is (135,124,93). Sum of RGB (Red+Green+Blue) = 135+124+93=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C5D is #7883A2. Grayscale: #7B7B7B. Windows color (decimal): -7898019 or 6126727. OLE color: 6126727.
HSL color Cylindrical-coordinate representation of color #877C5D: hue angle of 44.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #877C5D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 93 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.47 |
| HSL | 44.29º | 0.18% | 0.45% | - |
| HSV(B) | 44.29º | 0.31% | 0.53% | - |
| XYZ | 19.18 | 20.36 | 13.27 | - |
| YUV | 123.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 93 | 0 | 0.08 | 0.31 | 0.47 | 44.29 | 0.18 | 0.45 |
| Hex | 87 | 7C | 5D | 0 | 8 | 1F | 2F | 2C | 12 | 2D |
| Octal | 207 | 174 | 135 | 0 | 10 | 37 | 57 | 54 | 22 | 55 |
| Binary | 10000111 | 1111100 | 1011101 | 0 | 1000 | 11111 | 101111 | 101100 | 10010 | 101101 |
Color Harmonies of #877C5D
Complementary color
Monochromatic Colors of #877C5D
Black with #877C5D
Text Example
Text Example
White with #877C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C5D; }
p { color: rgb(135,124,93); }
H1.HeaderClassName
{
color: #877C5D;
}
.AnyTagClassName
{
color: #877C5D;
}
</style>
background-color css
<style>
a { background-color: #877C5D; }
a { background-color: rgb(135,124,93); }
div.DivClassName
{
background-color: #877C5D;
}
.BgClassName
{
background-color: #877C5D;
}
</style>
border-color css
<style>
span { border-color: #877C5D; }
span { border-color: rgb(135,124,93); }
td.TdClassName
{
border-color: #877C5D;
}
.TagClassName
{
border-color: #877C5D;
}
</style>