Shades of Clay Creek #887F51
Tints of Clay Creek #887F51
RGB
CMYK
RGB Variations
Color information
#887F51 (or 0x887F51) is known color: Clay Creek. HEX triplet: 88, 7F and 51. RGB value is (136,127,81). Sum of RGB (Red+Green+Blue) = 136+127+81=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #887F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F51 is #7780AE. Grayscale: #7C7C7C. Windows color (decimal): -7831727 or 5341064. OLE color: 5341064.
HSL color Cylindrical-coordinate representation of color #887F51: hue angle of 50.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887F51 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 81 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.47 |
| HSL | 50.18º | 0.25% | 0.43% | - |
| HSV(B) | 50.18º | 0.4% | 0.53% | - |
| XYZ | 19.23 | 21.01 | 10.83 | - |
| YUV | 124.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 81 | 0 | 0.07 | 0.40 | 0.47 | 50.18 | 0.25 | 0.43 |
| Hex | 88 | 7F | 51 | 0 | 7 | 28 | 2F | 32 | 19 | 2B |
| Octal | 210 | 177 | 121 | 0 | 7 | 50 | 57 | 62 | 31 | 53 |
| Binary | 10001000 | 1111111 | 1010001 | 0 | 111 | 101000 | 101111 | 110010 | 11001 | 101011 |
Color Harmonies of #887F51
Complementary color
Monochromatic Colors of #887F51
Black with #887F51
Text Example
Text Example
White with #887F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F51; }
p { color: rgb(136,127,81); }
H1.HeaderClassName
{
color: #887F51;
}
.AnyTagClassName
{
color: #887F51;
}
</style>
background-color css
<style>
a { background-color: #887F51; }
a { background-color: rgb(136,127,81); }
div.DivClassName
{
background-color: #887F51;
}
.BgClassName
{
background-color: #887F51;
}
</style>
border-color css
<style>
span { border-color: #887F51; }
span { border-color: rgb(136,127,81); }
td.TdClassName
{
border-color: #887F51;
}
.TagClassName
{
border-color: #887F51;
}
</style>