Shades of Clay Creek #877B4D
Tints of Clay Creek #877B4D
RGB
CMYK
RGB Variations
Color information
#877B4D (or 0x877B4D) is known color: Clay Creek. HEX triplet: 87, 7B and 4D. RGB value is (135,123,77). Sum of RGB (Red+Green+Blue) = 135+123+77=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #877B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B4D is #7884B2. Grayscale: #797979. Windows color (decimal): -7898291 or 5077895. OLE color: 5077895.
HSL color Cylindrical-coordinate representation of color #877B4D: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877B4D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 77 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.47 |
| HSL | 47.59º | 0.27% | 0.42% | - |
| HSV(B) | 47.59º | 0.43% | 0.53% | - |
| XYZ | 18.41 | 19.85 | 9.88 | - |
| YUV | 121.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 77 | 0 | 0.09 | 0.43 | 0.47 | 47.59 | 0.27 | 0.42 |
| Hex | 87 | 7B | 4D | 0 | 9 | 2B | 2F | 30 | 1B | 2A |
| Octal | 207 | 173 | 115 | 0 | 11 | 53 | 57 | 60 | 33 | 52 |
| Binary | 10000111 | 1111011 | 1001101 | 0 | 1001 | 101011 | 101111 | 110000 | 11011 | 101010 |
Color Harmonies of #877B4D
Complementary color
Monochromatic Colors of #877B4D
Black with #877B4D
Text Example
Text Example
White with #877B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B4D; }
p { color: rgb(135,123,77); }
H1.HeaderClassName
{
color: #877B4D;
}
.AnyTagClassName
{
color: #877B4D;
}
</style>
background-color css
<style>
a { background-color: #877B4D; }
a { background-color: rgb(135,123,77); }
div.DivClassName
{
background-color: #877B4D;
}
.BgClassName
{
background-color: #877B4D;
}
</style>
border-color css
<style>
span { border-color: #877B4D; }
span { border-color: rgb(135,123,77); }
td.TdClassName
{
border-color: #877B4D;
}
.TagClassName
{
border-color: #877B4D;
}
</style>