Shades of Clay Creek #877D50
Tints of Clay Creek #877D50
RGB
CMYK
RGB Variations
Color information
#877D50 (or 0x877D50) is known color: Clay Creek. HEX triplet: 87, 7D and 50. RGB value is (135,125,80). Sum of RGB (Red+Green+Blue) = 135+125+80=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #877D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D50 is #7882AF. Grayscale: #7B7B7B. Windows color (decimal): -7897776 or 5275015. OLE color: 5275015.
HSL color Cylindrical-coordinate representation of color #877D50: hue angle of 49.09º 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 #877D50 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 80 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.47 |
| HSL | 49.09º | 0.26% | 0.42% | - |
| HSV(B) | 49.09º | 0.41% | 0.53% | - |
| XYZ | 18.77 | 20.4 | 10.54 | - |
| YUV | 122.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 80 | 0 | 0.07 | 0.41 | 0.47 | 49.09 | 0.26 | 0.42 |
| Hex | 87 | 7D | 50 | 0 | 7 | 29 | 2F | 31 | 1A | 2A |
| Octal | 207 | 175 | 120 | 0 | 7 | 51 | 57 | 61 | 32 | 52 |
| Binary | 10000111 | 1111101 | 1010000 | 0 | 111 | 101001 | 101111 | 110001 | 11010 | 101010 |
Color Harmonies of #877D50
Complementary color
Monochromatic Colors of #877D50
Black with #877D50
Text Example
Text Example
White with #877D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D50; }
p { color: rgb(135,125,80); }
H1.HeaderClassName
{
color: #877D50;
}
.AnyTagClassName
{
color: #877D50;
}
</style>
background-color css
<style>
a { background-color: #877D50; }
a { background-color: rgb(135,125,80); }
div.DivClassName
{
background-color: #877D50;
}
.BgClassName
{
background-color: #877D50;
}
</style>
border-color css
<style>
span { border-color: #877D50; }
span { border-color: rgb(135,125,80); }
td.TdClassName
{
border-color: #877D50;
}
.TagClassName
{
border-color: #877D50;
}
</style>