Shades of Clay Creek #8A7856
Tints of Clay Creek #8A7856
RGB
CMYK
RGB Variations
Color information
#8A7856 (or 0x8A7856) is known color: Clay Creek. HEX triplet: 8A, 78 and 56. RGB value is (138,120,86). Sum of RGB (Red+Green+Blue) = 138+120+86=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7856 is #7587A9. Grayscale: #797979. Windows color (decimal): -7702442 or 5666954. OLE color: 5666954.
HSL color Cylindrical-coordinate representation of color #8A7856: hue angle of 39.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7856 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 86 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.46 |
| HSL | 39.23º | 0.23% | 0.44% | - |
| HSV(B) | 39.23º | 0.38% | 0.54% | - |
| XYZ | 18.88 | 19.51 | 11.57 | - |
| YUV | 121.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 86 | 0 | 0.13 | 0.38 | 0.46 | 39.23 | 0.23 | 0.44 |
| Hex | 8A | 78 | 56 | 0 | D | 26 | 2E | 27 | 17 | 2C |
| Octal | 212 | 170 | 126 | 0 | 15 | 46 | 56 | 47 | 27 | 54 |
| Binary | 10001010 | 1111000 | 1010110 | 0 | 1101 | 100110 | 101110 | 100111 | 10111 | 101100 |
Color Harmonies of #8A7856
Complementary color
Monochromatic Colors of #8A7856
Black with #8A7856
Text Example
Text Example
White with #8A7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7856; }
p { color: rgb(138,120,86); }
H1.HeaderClassName
{
color: #8A7856;
}
.AnyTagClassName
{
color: #8A7856;
}
</style>
background-color css
<style>
a { background-color: #8A7856; }
a { background-color: rgb(138,120,86); }
div.DivClassName
{
background-color: #8A7856;
}
.BgClassName
{
background-color: #8A7856;
}
</style>
border-color css
<style>
span { border-color: #8A7856; }
span { border-color: rgb(138,120,86); }
td.TdClassName
{
border-color: #8A7856;
}
.TagClassName
{
border-color: #8A7856;
}
</style>