Shades of Clay Creek #887B43
Tints of Clay Creek #887B43
RGB
CMYK
RGB Variations
Color information
#887B43 (or 0x887B43) is known color: Clay Creek. HEX triplet: 88, 7B and 43. RGB value is (136,123,67). Sum of RGB (Red+Green+Blue) = 136+123+67=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #887B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B43 is #7784BC. Grayscale: #787878. Windows color (decimal): -7832765 or 4422536. OLE color: 4422536.
HSL color Cylindrical-coordinate representation of color #887B43: hue angle of 48.7º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887B43 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 67 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.47 |
| HSL | 48.7º | 0.34% | 0.4% | - |
| HSV(B) | 48.7º | 0.51% | 0.53% | - |
| XYZ | 18.25 | 19.81 | 8.17 | - |
| YUV | 120.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 67 | 0 | 0.10 | 0.51 | 0.47 | 48.7 | 0.34 | 0.4 |
| Hex | 88 | 7B | 43 | 0 | A | 33 | 2F | 31 | 22 | 28 |
| Octal | 210 | 173 | 103 | 0 | 12 | 63 | 57 | 61 | 42 | 50 |
| Binary | 10001000 | 1111011 | 1000011 | 0 | 1010 | 110011 | 101111 | 110001 | 100010 | 101000 |
Color Harmonies of #887B43
Complementary color
Monochromatic Colors of #887B43
Black with #887B43
Text Example
Text Example
White with #887B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B43; }
p { color: rgb(136,123,67); }
H1.HeaderClassName
{
color: #887B43;
}
.AnyTagClassName
{
color: #887B43;
}
</style>
background-color css
<style>
a { background-color: #887B43; }
a { background-color: rgb(136,123,67); }
div.DivClassName
{
background-color: #887B43;
}
.BgClassName
{
background-color: #887B43;
}
</style>
border-color css
<style>
span { border-color: #887B43; }
span { border-color: rgb(136,123,67); }
td.TdClassName
{
border-color: #887B43;
}
.TagClassName
{
border-color: #887B43;
}
</style>