Shades of Clay Creek #887F54
Tints of Clay Creek #887F54
RGB
CMYK
RGB Variations
Color information
#887F54 (or 0x887F54) is known color: Clay Creek. HEX triplet: 88, 7F and 54. RGB value is (136,127,84). Sum of RGB (Red+Green+Blue) = 136+127+84=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #887F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F54 is #7780AB. Grayscale: #7C7C7C. Windows color (decimal): -7831724 or 5537672. OLE color: 5537672.
HSL color Cylindrical-coordinate representation of color #887F54: hue angle of 49.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887F54 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 84 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.47 |
| HSL | 49.62º | 0.24% | 0.43% | - |
| HSV(B) | 49.62º | 0.38% | 0.53% | - |
| XYZ | 19.34 | 21.05 | 11.43 | - |
| YUV | 124.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 84 | 0 | 0.07 | 0.38 | 0.47 | 49.62 | 0.24 | 0.43 |
| Hex | 88 | 7F | 54 | 0 | 7 | 26 | 2F | 32 | 18 | 2B |
| Octal | 210 | 177 | 124 | 0 | 7 | 46 | 57 | 62 | 30 | 53 |
| Binary | 10001000 | 1111111 | 1010100 | 0 | 111 | 100110 | 101111 | 110010 | 11000 | 101011 |
Color Harmonies of #887F54
Complementary color
Monochromatic Colors of #887F54
Black with #887F54
Text Example
Text Example
White with #887F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F54; }
p { color: rgb(136,127,84); }
H1.HeaderClassName
{
color: #887F54;
}
.AnyTagClassName
{
color: #887F54;
}
</style>
background-color css
<style>
a { background-color: #887F54; }
a { background-color: rgb(136,127,84); }
div.DivClassName
{
background-color: #887F54;
}
.BgClassName
{
background-color: #887F54;
}
</style>
border-color css
<style>
span { border-color: #887F54; }
span { border-color: rgb(136,127,84); }
td.TdClassName
{
border-color: #887F54;
}
.TagClassName
{
border-color: #887F54;
}
</style>