Shades of Clay Creek #877B5D
Tints of Clay Creek #877B5D
RGB
CMYK
RGB Variations
Color information
#877B5D (or 0x877B5D) is known color: Clay Creek. HEX triplet: 87, 7B and 5D. RGB value is (135,123,93). Sum of RGB (Red+Green+Blue) = 135+123+93=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #877B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B5D is #7884A2. Grayscale: #7B7B7B. Windows color (decimal): -7898275 or 6126471. OLE color: 6126471.
HSL color Cylindrical-coordinate representation of color #877B5D: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #877B5D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 93 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.47 |
| HSL | 42.86º | 0.18% | 0.45% | - |
| HSV(B) | 42.86º | 0.31% | 0.53% | - |
| XYZ | 19.05 | 20.11 | 13.23 | - |
| YUV | 123.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 93 | 0 | 0.09 | 0.31 | 0.47 | 42.86 | 0.18 | 0.45 |
| Hex | 87 | 7B | 5D | 0 | 9 | 1F | 2F | 2B | 12 | 2D |
| Octal | 207 | 173 | 135 | 0 | 11 | 37 | 57 | 53 | 22 | 55 |
| Binary | 10000111 | 1111011 | 1011101 | 0 | 1001 | 11111 | 101111 | 101011 | 10010 | 101101 |
Color Harmonies of #877B5D
Complementary color
Monochromatic Colors of #877B5D
Black with #877B5D
Text Example
Text Example
White with #877B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B5D; }
p { color: rgb(135,123,93); }
H1.HeaderClassName
{
color: #877B5D;
}
.AnyTagClassName
{
color: #877B5D;
}
</style>
background-color css
<style>
a { background-color: #877B5D; }
a { background-color: rgb(135,123,93); }
div.DivClassName
{
background-color: #877B5D;
}
.BgClassName
{
background-color: #877B5D;
}
</style>
border-color css
<style>
span { border-color: #877B5D; }
span { border-color: rgb(135,123,93); }
td.TdClassName
{
border-color: #877B5D;
}
.TagClassName
{
border-color: #877B5D;
}
</style>