Shades of Clay Creek #877F50
Tints of Clay Creek #877F50
RGB
CMYK
RGB Variations
Color information
#877F50 (or 0x877F50) is known color: Clay Creek. HEX triplet: 87, 7F and 50. RGB value is (135,127,80). Sum of RGB (Red+Green+Blue) = 135+127+80=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #877F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F50 is #7880AF. Grayscale: #7C7C7C. Windows color (decimal): -7897264 or 5275527. OLE color: 5275527.
HSL color Cylindrical-coordinate representation of color #877F50: hue angle of 51.27º 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 #877F50 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 80 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.47 |
| HSL | 51.27º | 0.26% | 0.42% | - |
| HSV(B) | 51.27º | 0.41% | 0.53% | - |
| XYZ | 19.03 | 20.91 | 10.62 | - |
| YUV | 124.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 80 | 0 | 0.06 | 0.41 | 0.47 | 51.27 | 0.26 | 0.42 |
| Hex | 87 | 7F | 50 | 0 | 6 | 29 | 2F | 33 | 1A | 2A |
| Octal | 207 | 177 | 120 | 0 | 6 | 51 | 57 | 63 | 32 | 52 |
| Binary | 10000111 | 1111111 | 1010000 | 0 | 110 | 101001 | 101111 | 110011 | 11010 | 101010 |
Color Harmonies of #877F50
Complementary color
Monochromatic Colors of #877F50
Black with #877F50
Text Example
Text Example
White with #877F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F50; }
p { color: rgb(135,127,80); }
H1.HeaderClassName
{
color: #877F50;
}
.AnyTagClassName
{
color: #877F50;
}
</style>
background-color css
<style>
a { background-color: #877F50; }
a { background-color: rgb(135,127,80); }
div.DivClassName
{
background-color: #877F50;
}
.BgClassName
{
background-color: #877F50;
}
</style>
border-color css
<style>
span { border-color: #877F50; }
span { border-color: rgb(135,127,80); }
td.TdClassName
{
border-color: #877F50;
}
.TagClassName
{
border-color: #877F50;
}
</style>