Shades of Clay Creek #877A58
Tints of Clay Creek #877A58
RGB
CMYK
RGB Variations
Color information
#877A58 (or 0x877A58) is known color: Clay Creek. HEX triplet: 87, 7A and 58. RGB value is (135,122,88). Sum of RGB (Red+Green+Blue) = 135+122+88=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #877A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A58 is #7885A7. Grayscale: #7A7A7A. Windows color (decimal): -7898536 or 5798535. OLE color: 5798535.
HSL color Cylindrical-coordinate representation of color #877A58: hue angle of 43.4º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877A58 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 88 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.47 |
| HSL | 43.4º | 0.21% | 0.44% | - |
| HSV(B) | 43.4º | 0.35% | 0.53% | - |
| XYZ | 18.71 | 19.77 | 12.06 | - |
| YUV | 122.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 88 | 0 | 0.10 | 0.35 | 0.47 | 43.4 | 0.21 | 0.44 |
| Hex | 87 | 7A | 58 | 0 | A | 23 | 2F | 2B | 15 | 2C |
| Octal | 207 | 172 | 130 | 0 | 12 | 43 | 57 | 53 | 25 | 54 |
| Binary | 10000111 | 1111010 | 1011000 | 0 | 1010 | 100011 | 101111 | 101011 | 10101 | 101100 |
Color Harmonies of #877A58
Complementary color
Monochromatic Colors of #877A58
Black with #877A58
Text Example
Text Example
White with #877A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A58; }
p { color: rgb(135,122,88); }
H1.HeaderClassName
{
color: #877A58;
}
.AnyTagClassName
{
color: #877A58;
}
</style>
background-color css
<style>
a { background-color: #877A58; }
a { background-color: rgb(135,122,88); }
div.DivClassName
{
background-color: #877A58;
}
.BgClassName
{
background-color: #877A58;
}
</style>
border-color css
<style>
span { border-color: #877A58; }
span { border-color: rgb(135,122,88); }
td.TdClassName
{
border-color: #877A58;
}
.TagClassName
{
border-color: #877A58;
}
</style>