Shades of Clay Creek #877A48
Tints of Clay Creek #877A48
RGB
CMYK
RGB Variations
Color information
#877A48 (or 0x877A48) is known color: Clay Creek. HEX triplet: 87, 7A and 48. RGB value is (135,122,72). Sum of RGB (Red+Green+Blue) = 135+122+72=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #877A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A48 is #7885B7. Grayscale: #787878. Windows color (decimal): -7898552 or 4749959. OLE color: 4749959.
HSL color Cylindrical-coordinate representation of color #877A48: hue angle of 47.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #877A48 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 72 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.47 |
| HSL | 47.62º | 0.3% | 0.41% | - |
| HSV(B) | 47.62º | 0.47% | 0.53% | - |
| XYZ | 18.12 | 19.54 | 8.95 | - |
| YUV | 120.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 72 | 0 | 0.10 | 0.47 | 0.47 | 47.62 | 0.3 | 0.41 |
| Hex | 87 | 7A | 48 | 0 | A | 2F | 2F | 30 | 1E | 29 |
| Octal | 207 | 172 | 110 | 0 | 12 | 57 | 57 | 60 | 36 | 51 |
| Binary | 10000111 | 1111010 | 1001000 | 0 | 1010 | 101111 | 101111 | 110000 | 11110 | 101001 |
Color Harmonies of #877A48
Complementary color
Monochromatic Colors of #877A48
Black with #877A48
Text Example
Text Example
White with #877A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A48; }
p { color: rgb(135,122,72); }
H1.HeaderClassName
{
color: #877A48;
}
.AnyTagClassName
{
color: #877A48;
}
</style>
background-color css
<style>
a { background-color: #877A48; }
a { background-color: rgb(135,122,72); }
div.DivClassName
{
background-color: #877A48;
}
.BgClassName
{
background-color: #877A48;
}
</style>
border-color css
<style>
span { border-color: #877A48; }
span { border-color: rgb(135,122,72); }
td.TdClassName
{
border-color: #877A48;
}
.TagClassName
{
border-color: #877A48;
}
</style>