Shades of Clay Creek #8A7A55
Tints of Clay Creek #8A7A55
RGB
CMYK
RGB Variations
Color information
#8A7A55 (or 0x8A7A55) is known color: Clay Creek. HEX triplet: 8A, 7A and 55. RGB value is (138,122,85). Sum of RGB (Red+Green+Blue) = 138+122+85=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7A55 is #7585AA. Grayscale: #7A7A7A. Windows color (decimal): -7701931 or 5601930. OLE color: 5601930.
HSL color Cylindrical-coordinate representation of color #8A7A55: hue angle of 41.89º degrees, saturation: 0.24, 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 #8A7A55 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 85 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.46 |
| HSL | 41.89º | 0.24% | 0.44% | - |
| HSV(B) | 41.89º | 0.38% | 0.54% | - |
| XYZ | 19.08 | 19.98 | 11.44 | - |
| YUV | 122.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 85 | 0 | 0.12 | 0.38 | 0.46 | 41.89 | 0.24 | 0.44 |
| Hex | 8A | 7A | 55 | 0 | C | 26 | 2E | 2A | 18 | 2C |
| Octal | 212 | 172 | 125 | 0 | 14 | 46 | 56 | 52 | 30 | 54 |
| Binary | 10001010 | 1111010 | 1010101 | 0 | 1100 | 100110 | 101110 | 101010 | 11000 | 101100 |
Color Harmonies of #8A7A55
Complementary color
Monochromatic Colors of #8A7A55
Black with #8A7A55
Text Example
Text Example
White with #8A7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A55; }
p { color: rgb(138,122,85); }
H1.HeaderClassName
{
color: #8A7A55;
}
.AnyTagClassName
{
color: #8A7A55;
}
</style>
background-color css
<style>
a { background-color: #8A7A55; }
a { background-color: rgb(138,122,85); }
div.DivClassName
{
background-color: #8A7A55;
}
.BgClassName
{
background-color: #8A7A55;
}
</style>
border-color css
<style>
span { border-color: #8A7A55; }
span { border-color: rgb(138,122,85); }
td.TdClassName
{
border-color: #8A7A55;
}
.TagClassName
{
border-color: #8A7A55;
}
</style>