Shades of Clay Creek #8A7B4E
Tints of Clay Creek #8A7B4E
RGB
CMYK
RGB Variations
Color information
#8A7B4E (or 0x8A7B4E) is known color: Clay Creek. HEX triplet: 8A, 7B and 4E. RGB value is (138,123,78). Sum of RGB (Red+Green+Blue) = 138+123+78=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B4E is #7584B1. Grayscale: #7A7A7A. Windows color (decimal): -7701682 or 5143434. OLE color: 5143434.
HSL color Cylindrical-coordinate representation of color #8A7B4E: hue angle of 45º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A7B4E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 78 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.46 |
| HSL | 45º | 0.28% | 0.42% | - |
| HSV(B) | 45º | 0.43% | 0.54% | - |
| XYZ | 18.94 | 20.12 | 10.09 | - |
| YUV | 122.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 78 | 0 | 0.11 | 0.43 | 0.46 | 45 | 0.28 | 0.42 |
| Hex | 8A | 7B | 4E | 0 | B | 2B | 2E | 2D | 1C | 2A |
| Octal | 212 | 173 | 116 | 0 | 13 | 53 | 56 | 55 | 34 | 52 |
| Binary | 10001010 | 1111011 | 1001110 | 0 | 1011 | 101011 | 101110 | 101101 | 11100 | 101010 |
Color Harmonies of #8A7B4E
Complementary color
Monochromatic Colors of #8A7B4E
Black with #8A7B4E
Text Example
Text Example
White with #8A7B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B4E; }
p { color: rgb(138,123,78); }
H1.HeaderClassName
{
color: #8A7B4E;
}
.AnyTagClassName
{
color: #8A7B4E;
}
</style>
background-color css
<style>
a { background-color: #8A7B4E; }
a { background-color: rgb(138,123,78); }
div.DivClassName
{
background-color: #8A7B4E;
}
.BgClassName
{
background-color: #8A7B4E;
}
</style>
border-color css
<style>
span { border-color: #8A7B4E; }
span { border-color: rgb(138,123,78); }
td.TdClassName
{
border-color: #8A7B4E;
}
.TagClassName
{
border-color: #8A7B4E;
}
</style>