Shades of Clay Creek #887B54
Tints of Clay Creek #887B54
RGB
CMYK
RGB Variations
Color information
#887B54 (or 0x887B54) is known color: Clay Creek. HEX triplet: 88, 7B and 54. RGB value is (136,123,84). Sum of RGB (Red+Green+Blue) = 136+123+84=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #887B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B54 is #7784AB. Grayscale: #7A7A7A. Windows color (decimal): -7832748 or 5536648. OLE color: 5536648.
HSL color Cylindrical-coordinate representation of color #887B54: hue angle of 45º 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 #887B54 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 84 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.47 |
| HSL | 45º | 0.24% | 0.43% | - |
| HSV(B) | 45º | 0.38% | 0.53% | - |
| XYZ | 18.84 | 20.04 | 11.26 | - |
| YUV | 122.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 84 | 0 | 0.10 | 0.38 | 0.47 | 45 | 0.24 | 0.43 |
| Hex | 88 | 7B | 54 | 0 | A | 26 | 2F | 2D | 18 | 2B |
| Octal | 210 | 173 | 124 | 0 | 12 | 46 | 57 | 55 | 30 | 53 |
| Binary | 10001000 | 1111011 | 1010100 | 0 | 1010 | 100110 | 101111 | 101101 | 11000 | 101011 |
Color Harmonies of #887B54
Complementary color
Monochromatic Colors of #887B54
Black with #887B54
Text Example
Text Example
White with #887B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B54; }
p { color: rgb(136,123,84); }
H1.HeaderClassName
{
color: #887B54;
}
.AnyTagClassName
{
color: #887B54;
}
</style>
background-color css
<style>
a { background-color: #887B54; }
a { background-color: rgb(136,123,84); }
div.DivClassName
{
background-color: #887B54;
}
.BgClassName
{
background-color: #887B54;
}
</style>
border-color css
<style>
span { border-color: #887B54; }
span { border-color: rgb(136,123,84); }
td.TdClassName
{
border-color: #887B54;
}
.TagClassName
{
border-color: #887B54;
}
</style>