Shades of Clay Creek #877F5C
Tints of Clay Creek #877F5C
RGB
CMYK
RGB Variations
Color information
#877F5C (or 0x877F5C) is known color: Clay Creek. HEX triplet: 87, 7F and 5C. RGB value is (135,127,92). Sum of RGB (Red+Green+Blue) = 135+127+92=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F5C is #7880A3. Grayscale: #7D7D7D. Windows color (decimal): -7897252 or 6061959. OLE color: 6061959.
HSL color Cylindrical-coordinate representation of color #877F5C: hue angle of 48.84º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877F5C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 92 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.47 |
| HSL | 48.84º | 0.19% | 0.45% | - |
| HSV(B) | 48.84º | 0.32% | 0.53% | - |
| XYZ | 19.51 | 21.1 | 13.17 | - |
| YUV | 125.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 92 | 0 | 0.06 | 0.32 | 0.47 | 48.84 | 0.19 | 0.45 |
| Hex | 87 | 7F | 5C | 0 | 6 | 20 | 2F | 31 | 13 | 2D |
| Octal | 207 | 177 | 134 | 0 | 6 | 40 | 57 | 61 | 23 | 55 |
| Binary | 10000111 | 1111111 | 1011100 | 0 | 110 | 100000 | 101111 | 110001 | 10011 | 101101 |
Color Harmonies of #877F5C
Complementary color
Monochromatic Colors of #877F5C
Black with #877F5C
Text Example
Text Example
White with #877F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F5C; }
p { color: rgb(135,127,92); }
H1.HeaderClassName
{
color: #877F5C;
}
.AnyTagClassName
{
color: #877F5C;
}
</style>
background-color css
<style>
a { background-color: #877F5C; }
a { background-color: rgb(135,127,92); }
div.DivClassName
{
background-color: #877F5C;
}
.BgClassName
{
background-color: #877F5C;
}
</style>
border-color css
<style>
span { border-color: #877F5C; }
span { border-color: rgb(135,127,92); }
td.TdClassName
{
border-color: #877F5C;
}
.TagClassName
{
border-color: #877F5C;
}
</style>