Shades of Clay Creek #887B52
Tints of Clay Creek #887B52
RGB
CMYK
RGB Variations
Color information
#887B52 (or 0x887B52) is known color: Clay Creek. HEX triplet: 88, 7B and 52. RGB value is (136,123,82). Sum of RGB (Red+Green+Blue) = 136+123+82=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #887B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B52 is #7784AD. Grayscale: #7A7A7A. Windows color (decimal): -7832750 or 5405576. OLE color: 5405576.
HSL color Cylindrical-coordinate representation of color #887B52: hue angle of 45.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887B52 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 82 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.47 |
| HSL | 45.56º | 0.25% | 0.43% | - |
| HSV(B) | 45.56º | 0.4% | 0.53% | - |
| XYZ | 18.76 | 20.01 | 10.86 | - |
| YUV | 122.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 82 | 0 | 0.10 | 0.40 | 0.47 | 45.56 | 0.25 | 0.43 |
| Hex | 88 | 7B | 52 | 0 | A | 28 | 2F | 2E | 19 | 2B |
| Octal | 210 | 173 | 122 | 0 | 12 | 50 | 57 | 56 | 31 | 53 |
| Binary | 10001000 | 1111011 | 1010010 | 0 | 1010 | 101000 | 101111 | 101110 | 11001 | 101011 |
Color Harmonies of #887B52
Complementary color
Monochromatic Colors of #887B52
Black with #887B52
Text Example
Text Example
White with #887B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B52; }
p { color: rgb(136,123,82); }
H1.HeaderClassName
{
color: #887B52;
}
.AnyTagClassName
{
color: #887B52;
}
</style>
background-color css
<style>
a { background-color: #887B52; }
a { background-color: rgb(136,123,82); }
div.DivClassName
{
background-color: #887B52;
}
.BgClassName
{
background-color: #887B52;
}
</style>
border-color css
<style>
span { border-color: #887B52; }
span { border-color: rgb(136,123,82); }
td.TdClassName
{
border-color: #887B52;
}
.TagClassName
{
border-color: #887B52;
}
</style>