Shades of Clay Creek #847A4E
Tints of Clay Creek #847A4E
RGB
CMYK
RGB Variations
Color information
#847A4E (or 0x847A4E) is known color: Clay Creek. HEX triplet: 84, 7A and 4E. RGB value is (132,122,78). Sum of RGB (Red+Green+Blue) = 132+122+78=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #847A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A4E is #7B85B1. Grayscale: #787878. Windows color (decimal): -8095154 or 5143172. OLE color: 5143172.
HSL color Cylindrical-coordinate representation of color #847A4E: hue angle of 48.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #847A4E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 78 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.48 |
| HSL | 48.89º | 0.26% | 0.41% | - |
| HSV(B) | 48.89º | 0.41% | 0.52% | - |
| XYZ | 17.85 | 19.37 | 10.01 | - |
| YUV | 119.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 78 | 0 | 0.08 | 0.41 | 0.48 | 48.89 | 0.26 | 0.41 |
| Hex | 84 | 7A | 4E | 0 | 8 | 29 | 30 | 31 | 1A | 29 |
| Octal | 204 | 172 | 116 | 0 | 10 | 51 | 60 | 61 | 32 | 51 |
| Binary | 10000100 | 1111010 | 1001110 | 0 | 1000 | 101001 | 110000 | 110001 | 11010 | 101001 |
Color Harmonies of #847A4E
Complementary color
Monochromatic Colors of #847A4E
Black with #847A4E
Text Example
Text Example
White with #847A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A4E; }
p { color: rgb(132,122,78); }
H1.HeaderClassName
{
color: #847A4E;
}
.AnyTagClassName
{
color: #847A4E;
}
</style>
background-color css
<style>
a { background-color: #847A4E; }
a { background-color: rgb(132,122,78); }
div.DivClassName
{
background-color: #847A4E;
}
.BgClassName
{
background-color: #847A4E;
}
</style>
border-color css
<style>
span { border-color: #847A4E; }
span { border-color: rgb(132,122,78); }
td.TdClassName
{
border-color: #847A4E;
}
.TagClassName
{
border-color: #847A4E;
}
</style>