Shades of Clay Creek #877E50
Tints of Clay Creek #877E50
RGB
CMYK
RGB Variations
Color information
#877E50 (or 0x877E50) is known color: Clay Creek. HEX triplet: 87, 7E and 50. RGB value is (135,126,80). Sum of RGB (Red+Green+Blue) = 135+126+80=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #877E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E50 is #7881AF. Grayscale: #7B7B7B. Windows color (decimal): -7897520 or 5275271. OLE color: 5275271.
HSL color Cylindrical-coordinate representation of color #877E50: hue angle of 50.18º 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 #877E50 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 80 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.47 |
| HSL | 50.18º | 0.26% | 0.42% | - |
| HSV(B) | 50.18º | 0.41% | 0.53% | - |
| XYZ | 18.9 | 20.65 | 10.58 | - |
| YUV | 123.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 80 | 0 | 0.07 | 0.41 | 0.47 | 50.18 | 0.26 | 0.42 |
| Hex | 87 | 7E | 50 | 0 | 7 | 29 | 2F | 32 | 1A | 2A |
| Octal | 207 | 176 | 120 | 0 | 7 | 51 | 57 | 62 | 32 | 52 |
| Binary | 10000111 | 1111110 | 1010000 | 0 | 111 | 101001 | 101111 | 110010 | 11010 | 101010 |
Color Harmonies of #877E50
Complementary color
Monochromatic Colors of #877E50
Black with #877E50
Text Example
Text Example
White with #877E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E50; }
p { color: rgb(135,126,80); }
H1.HeaderClassName
{
color: #877E50;
}
.AnyTagClassName
{
color: #877E50;
}
</style>
background-color css
<style>
a { background-color: #877E50; }
a { background-color: rgb(135,126,80); }
div.DivClassName
{
background-color: #877E50;
}
.BgClassName
{
background-color: #877E50;
}
</style>
border-color css
<style>
span { border-color: #877E50; }
span { border-color: rgb(135,126,80); }
td.TdClassName
{
border-color: #877E50;
}
.TagClassName
{
border-color: #877E50;
}
</style>