Shades of Clay Creek #887F52
Tints of Clay Creek #887F52
RGB
CMYK
RGB Variations
Color information
#887F52 (or 0x887F52) is known color: Clay Creek. HEX triplet: 88, 7F and 52. RGB value is (136,127,82). Sum of RGB (Red+Green+Blue) = 136+127+82=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #887F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F52 is #7780AD. Grayscale: #7C7C7C. Windows color (decimal): -7831726 or 5406600. OLE color: 5406600.
HSL color Cylindrical-coordinate representation of color #887F52: hue angle of 50º 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 #887F52 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 82 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.47 |
| HSL | 50º | 0.25% | 0.43% | - |
| HSV(B) | 50º | 0.4% | 0.53% | - |
| XYZ | 19.27 | 21.02 | 11.02 | - |
| YUV | 124.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 82 | 0 | 0.07 | 0.40 | 0.47 | 50 | 0.25 | 0.43 |
| Hex | 88 | 7F | 52 | 0 | 7 | 28 | 2F | 32 | 19 | 2B |
| Octal | 210 | 177 | 122 | 0 | 7 | 50 | 57 | 62 | 31 | 53 |
| Binary | 10001000 | 1111111 | 1010010 | 0 | 111 | 101000 | 101111 | 110010 | 11001 | 101011 |
Color Harmonies of #887F52
Complementary color
Monochromatic Colors of #887F52
Black with #887F52
Text Example
Text Example
White with #887F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F52; }
p { color: rgb(136,127,82); }
H1.HeaderClassName
{
color: #887F52;
}
.AnyTagClassName
{
color: #887F52;
}
</style>
background-color css
<style>
a { background-color: #887F52; }
a { background-color: rgb(136,127,82); }
div.DivClassName
{
background-color: #887F52;
}
.BgClassName
{
background-color: #887F52;
}
</style>
border-color css
<style>
span { border-color: #887F52; }
span { border-color: rgb(136,127,82); }
td.TdClassName
{
border-color: #887F52;
}
.TagClassName
{
border-color: #887F52;
}
</style>