Shades of Clay Creek #8B7D4C
Tints of Clay Creek #8B7D4C
RGB
CMYK
RGB Variations
Color information
#8B7D4C (or 0x8B7D4C) is known color: Clay Creek. HEX triplet: 8B, 7D and 4C. RGB value is (139,125,76). Sum of RGB (Red+Green+Blue) = 139+125+76=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D4C is #7482B3. Grayscale: #7B7B7B. Windows color (decimal): -7635636 or 5012875. OLE color: 5012875.
HSL color Cylindrical-coordinate representation of color #8B7D4C: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B7D4C is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 76 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.45 |
| HSL | 46.67º | 0.29% | 0.42% | - |
| HSV(B) | 46.67º | 0.45% | 0.55% | - |
| XYZ | 19.29 | 20.68 | 9.81 | - |
| YUV | 123.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 76 | 0 | 0.10 | 0.45 | 0.45 | 46.67 | 0.29 | 0.42 |
| Hex | 8B | 7D | 4C | 0 | A | 2D | 2D | 2F | 1D | 2A |
| Octal | 213 | 175 | 114 | 0 | 12 | 55 | 55 | 57 | 35 | 52 |
| Binary | 10001011 | 1111101 | 1001100 | 0 | 1010 | 101101 | 101101 | 101111 | 11101 | 101010 |
Color Harmonies of #8B7D4C
Complementary color
Monochromatic Colors of #8B7D4C
Black with #8B7D4C
Text Example
Text Example
White with #8B7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D4C; }
p { color: rgb(139,125,76); }
H1.HeaderClassName
{
color: #8B7D4C;
}
.AnyTagClassName
{
color: #8B7D4C;
}
</style>
background-color css
<style>
a { background-color: #8B7D4C; }
a { background-color: rgb(139,125,76); }
div.DivClassName
{
background-color: #8B7D4C;
}
.BgClassName
{
background-color: #8B7D4C;
}
</style>
border-color css
<style>
span { border-color: #8B7D4C; }
span { border-color: rgb(139,125,76); }
td.TdClassName
{
border-color: #8B7D4C;
}
.TagClassName
{
border-color: #8B7D4C;
}
</style>