Shades of Clay Creek #877B4B
Tints of Clay Creek #877B4B
RGB
CMYK
RGB Variations
Color information
#877B4B (or 0x877B4B) is known color: Clay Creek. HEX triplet: 87, 7B and 4B. RGB value is (135,123,75). Sum of RGB (Red+Green+Blue) = 135+123+75=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #877B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B4B is #7884B4. Grayscale: #797979. Windows color (decimal): -7898293 or 4946823. OLE color: 4946823.
HSL color Cylindrical-coordinate representation of color #877B4B: hue angle of 48º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877B4B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 75 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.47 |
| HSL | 48º | 0.29% | 0.41% | - |
| HSV(B) | 48º | 0.44% | 0.53% | - |
| XYZ | 18.34 | 19.82 | 9.52 | - |
| YUV | 121.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 75 | 0 | 0.09 | 0.44 | 0.47 | 48 | 0.29 | 0.41 |
| Hex | 87 | 7B | 4B | 0 | 9 | 2C | 2F | 30 | 1D | 29 |
| Octal | 207 | 173 | 113 | 0 | 11 | 54 | 57 | 60 | 35 | 51 |
| Binary | 10000111 | 1111011 | 1001011 | 0 | 1001 | 101100 | 101111 | 110000 | 11101 | 101001 |
Color Harmonies of #877B4B
Complementary color
Monochromatic Colors of #877B4B
Black with #877B4B
Text Example
Text Example
White with #877B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B4B; }
p { color: rgb(135,123,75); }
H1.HeaderClassName
{
color: #877B4B;
}
.AnyTagClassName
{
color: #877B4B;
}
</style>
background-color css
<style>
a { background-color: #877B4B; }
a { background-color: rgb(135,123,75); }
div.DivClassName
{
background-color: #877B4B;
}
.BgClassName
{
background-color: #877B4B;
}
</style>
border-color css
<style>
span { border-color: #877B4B; }
span { border-color: rgb(135,123,75); }
td.TdClassName
{
border-color: #877B4B;
}
.TagClassName
{
border-color: #877B4B;
}
</style>