Shades of Clay Creek #877C50
Tints of Clay Creek #877C50
RGB
CMYK
RGB Variations
Color information
#877C50 (or 0x877C50) is known color: Clay Creek. HEX triplet: 87, 7C and 50. RGB value is (135,124,80). Sum of RGB (Red+Green+Blue) = 135+124+80=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #877C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C50 is #7883AF. Grayscale: #7A7A7A. Windows color (decimal): -7898032 or 5274759. OLE color: 5274759.
HSL color Cylindrical-coordinate representation of color #877C50: hue angle of 48º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #877C50 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 80 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.47 |
| HSL | 48º | 0.26% | 0.42% | - |
| HSV(B) | 48º | 0.41% | 0.53% | - |
| XYZ | 18.65 | 20.15 | 10.5 | - |
| YUV | 122.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 80 | 0 | 0.08 | 0.41 | 0.47 | 48 | 0.26 | 0.42 |
| Hex | 87 | 7C | 50 | 0 | 8 | 29 | 2F | 30 | 1A | 2A |
| Octal | 207 | 174 | 120 | 0 | 10 | 51 | 57 | 60 | 32 | 52 |
| Binary | 10000111 | 1111100 | 1010000 | 0 | 1000 | 101001 | 101111 | 110000 | 11010 | 101010 |
Color Harmonies of #877C50
Complementary color
Monochromatic Colors of #877C50
Black with #877C50
Text Example
Text Example
White with #877C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C50; }
p { color: rgb(135,124,80); }
H1.HeaderClassName
{
color: #877C50;
}
.AnyTagClassName
{
color: #877C50;
}
</style>
background-color css
<style>
a { background-color: #877C50; }
a { background-color: rgb(135,124,80); }
div.DivClassName
{
background-color: #877C50;
}
.BgClassName
{
background-color: #877C50;
}
</style>
border-color css
<style>
span { border-color: #877C50; }
span { border-color: rgb(135,124,80); }
td.TdClassName
{
border-color: #877C50;
}
.TagClassName
{
border-color: #877C50;
}
</style>