Shades of Clay Creek #887B50
Tints of Clay Creek #887B50
RGB
CMYK
RGB Variations
Color information
#887B50 (or 0x887B50) is known color: Clay Creek. HEX triplet: 88, 7B and 50. RGB value is (136,123,80). Sum of RGB (Red+Green+Blue) = 136+123+80=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #887B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B50 is #7784AF. Grayscale: #7A7A7A. Windows color (decimal): -7832752 or 5274504. OLE color: 5274504.
HSL color Cylindrical-coordinate representation of color #887B50: hue angle of 46.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #887B50 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 80 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.47 |
| HSL | 46.07º | 0.26% | 0.42% | - |
| HSV(B) | 46.07º | 0.41% | 0.53% | - |
| XYZ | 18.68 | 19.98 | 10.46 | - |
| YUV | 121.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 80 | 0 | 0.10 | 0.41 | 0.47 | 46.07 | 0.26 | 0.42 |
| Hex | 88 | 7B | 50 | 0 | A | 29 | 2F | 2E | 1A | 2A |
| Octal | 210 | 173 | 120 | 0 | 12 | 51 | 57 | 56 | 32 | 52 |
| Binary | 10001000 | 1111011 | 1010000 | 0 | 1010 | 101001 | 101111 | 101110 | 11010 | 101010 |
Color Harmonies of #887B50
Complementary color
Monochromatic Colors of #887B50
Black with #887B50
Text Example
Text Example
White with #887B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B50; }
p { color: rgb(136,123,80); }
H1.HeaderClassName
{
color: #887B50;
}
.AnyTagClassName
{
color: #887B50;
}
</style>
background-color css
<style>
a { background-color: #887B50; }
a { background-color: rgb(136,123,80); }
div.DivClassName
{
background-color: #887B50;
}
.BgClassName
{
background-color: #887B50;
}
</style>
border-color css
<style>
span { border-color: #887B50; }
span { border-color: rgb(136,123,80); }
td.TdClassName
{
border-color: #887B50;
}
.TagClassName
{
border-color: #887B50;
}
</style>