Shades of Clay Creek #8F7B4F
Tints of Clay Creek #8F7B4F
RGB
CMYK
RGB Variations
Color information
#8F7B4F (or 0x8F7B4F) is known color: Clay Creek. HEX triplet: 8F, 7B and 4F. RGB value is (143,123,79). Sum of RGB (Red+Green+Blue) = 143+123+79=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B4F is #7084B0. Grayscale: #7C7C7C. Windows color (decimal): -7374001 or 5208975. OLE color: 5208975.
HSL color Cylindrical-coordinate representation of color #8F7B4F: hue angle of 41.25º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F7B4F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 123 | 79 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.44 |
| HSL | 41.25º | 0.29% | 0.44% | - |
| HSV(B) | 41.25º | 0.45% | 0.56% | - |
| XYZ | 19.82 | 20.57 | 10.32 | - |
| YUV | 123.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 79 | 0 | 0.14 | 0.45 | 0.44 | 41.25 | 0.29 | 0.44 |
| Hex | 8F | 7B | 4F | 0 | E | 2D | 2C | 29 | 1D | 2C |
| Octal | 217 | 173 | 117 | 0 | 16 | 55 | 54 | 51 | 35 | 54 |
| Binary | 10001111 | 1111011 | 1001111 | 0 | 1110 | 101101 | 101100 | 101001 | 11101 | 101100 |
Color Harmonies of #8F7B4F
Complementary color
Monochromatic Colors of #8F7B4F
Black with #8F7B4F
Text Example
Text Example
White with #8F7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B4F; }
p { color: rgb(143,123,79); }
H1.HeaderClassName
{
color: #8F7B4F;
}
.AnyTagClassName
{
color: #8F7B4F;
}
</style>
background-color css
<style>
a { background-color: #8F7B4F; }
a { background-color: rgb(143,123,79); }
div.DivClassName
{
background-color: #8F7B4F;
}
.BgClassName
{
background-color: #8F7B4F;
}
</style>
border-color css
<style>
span { border-color: #8F7B4F; }
span { border-color: rgb(143,123,79); }
td.TdClassName
{
border-color: #8F7B4F;
}
.TagClassName
{
border-color: #8F7B4F;
}
</style>