Shades of Clay Creek #887A54
Tints of Clay Creek #887A54
RGB
CMYK
RGB Variations
Color information
#887A54 (or 0x887A54) is known color: Clay Creek. HEX triplet: 88, 7A and 54. RGB value is (136,122,84). Sum of RGB (Red+Green+Blue) = 136+122+84=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #887A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A54 is #7785AB. Grayscale: #7A7A7A. Windows color (decimal): -7833004 or 5536392. OLE color: 5536392.
HSL color Cylindrical-coordinate representation of color #887A54: hue angle of 43.85º 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 #887A54 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 84 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.47 |
| HSL | 43.85º | 0.24% | 0.43% | - |
| HSV(B) | 43.85º | 0.38% | 0.53% | - |
| XYZ | 18.71 | 19.79 | 11.22 | - |
| YUV | 121.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 84 | 0 | 0.10 | 0.38 | 0.47 | 43.85 | 0.24 | 0.43 |
| Hex | 88 | 7A | 54 | 0 | A | 26 | 2F | 2C | 18 | 2B |
| Octal | 210 | 172 | 124 | 0 | 12 | 46 | 57 | 54 | 30 | 53 |
| Binary | 10001000 | 1111010 | 1010100 | 0 | 1010 | 100110 | 101111 | 101100 | 11000 | 101011 |
Color Harmonies of #887A54
Complementary color
Monochromatic Colors of #887A54
Black with #887A54
Text Example
Text Example
White with #887A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A54; }
p { color: rgb(136,122,84); }
H1.HeaderClassName
{
color: #887A54;
}
.AnyTagClassName
{
color: #887A54;
}
</style>
background-color css
<style>
a { background-color: #887A54; }
a { background-color: rgb(136,122,84); }
div.DivClassName
{
background-color: #887A54;
}
.BgClassName
{
background-color: #887A54;
}
</style>
border-color css
<style>
span { border-color: #887A54; }
span { border-color: rgb(136,122,84); }
td.TdClassName
{
border-color: #887A54;
}
.TagClassName
{
border-color: #887A54;
}
</style>