Shades of Clay Creek #887B46
Tints of Clay Creek #887B46
RGB
CMYK
RGB Variations
Color information
#887B46 (or 0x887B46) is known color: Clay Creek. HEX triplet: 88, 7B and 46. RGB value is (136,123,70). Sum of RGB (Red+Green+Blue) = 136+123+70=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #887B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B46 is #7784B9. Grayscale: #797979. Windows color (decimal): -7832762 or 4619144. OLE color: 4619144.
HSL color Cylindrical-coordinate representation of color #887B46: hue angle of 48.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #887B46 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 70 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.47 |
| HSL | 48.18º | 0.32% | 0.4% | - |
| HSV(B) | 48.18º | 0.49% | 0.53% | - |
| XYZ | 18.34 | 19.84 | 8.66 | - |
| YUV | 120.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 70 | 0 | 0.10 | 0.49 | 0.47 | 48.18 | 0.32 | 0.4 |
| Hex | 88 | 7B | 46 | 0 | A | 31 | 2F | 30 | 20 | 28 |
| Octal | 210 | 173 | 106 | 0 | 12 | 61 | 57 | 60 | 40 | 50 |
| Binary | 10001000 | 1111011 | 1000110 | 0 | 1010 | 110001 | 101111 | 110000 | 100000 | 101000 |
Color Harmonies of #887B46
Complementary color
Monochromatic Colors of #887B46
Black with #887B46
Text Example
Text Example
White with #887B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B46; }
p { color: rgb(136,123,70); }
H1.HeaderClassName
{
color: #887B46;
}
.AnyTagClassName
{
color: #887B46;
}
</style>
background-color css
<style>
a { background-color: #887B46; }
a { background-color: rgb(136,123,70); }
div.DivClassName
{
background-color: #887B46;
}
.BgClassName
{
background-color: #887B46;
}
</style>
border-color css
<style>
span { border-color: #887B46; }
span { border-color: rgb(136,123,70); }
td.TdClassName
{
border-color: #887B46;
}
.TagClassName
{
border-color: #887B46;
}
</style>