Shades of Clay Creek #877E52
Tints of Clay Creek #877E52
RGB
CMYK
RGB Variations
Color information
#877E52 (or 0x877E52) is known color: Clay Creek. HEX triplet: 87, 7E and 52. RGB value is (135,126,82). Sum of RGB (Red+Green+Blue) = 135+126+82=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #877E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E52 is #7881AD. Grayscale: #7B7B7B. Windows color (decimal): -7897518 or 5406343. OLE color: 5406343.
HSL color Cylindrical-coordinate representation of color #877E52: hue angle of 49.81º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877E52 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 82 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.47 |
| HSL | 49.81º | 0.24% | 0.43% | - |
| HSV(B) | 49.81º | 0.39% | 0.53% | - |
| XYZ | 18.98 | 20.68 | 10.97 | - |
| YUV | 123.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 82 | 0 | 0.07 | 0.39 | 0.47 | 49.81 | 0.24 | 0.43 |
| Hex | 87 | 7E | 52 | 0 | 7 | 27 | 2F | 32 | 18 | 2B |
| Octal | 207 | 176 | 122 | 0 | 7 | 47 | 57 | 62 | 30 | 53 |
| Binary | 10000111 | 1111110 | 1010010 | 0 | 111 | 100111 | 101111 | 110010 | 11000 | 101011 |
Color Harmonies of #877E52
Complementary color
Monochromatic Colors of #877E52
Black with #877E52
Text Example
Text Example
White with #877E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E52; }
p { color: rgb(135,126,82); }
H1.HeaderClassName
{
color: #877E52;
}
.AnyTagClassName
{
color: #877E52;
}
</style>
background-color css
<style>
a { background-color: #877E52; }
a { background-color: rgb(135,126,82); }
div.DivClassName
{
background-color: #877E52;
}
.BgClassName
{
background-color: #877E52;
}
</style>
border-color css
<style>
span { border-color: #877E52; }
span { border-color: rgb(135,126,82); }
td.TdClassName
{
border-color: #877E52;
}
.TagClassName
{
border-color: #877E52;
}
</style>