Shades of Clay Creek #877B45
Tints of Clay Creek #877B45
RGB
CMYK
RGB Variations
Color information
#877B45 (or 0x877B45) is known color: Clay Creek. HEX triplet: 87, 7B and 45. RGB value is (135,123,69). Sum of RGB (Red+Green+Blue) = 135+123+69=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #877B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B45 is #7884BA. Grayscale: #787878. Windows color (decimal): -7898299 or 4553607. OLE color: 4553607.
HSL color Cylindrical-coordinate representation of color #877B45: hue angle of 49.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #877B45 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 69 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.47 |
| HSL | 49.09º | 0.32% | 0.4% | - |
| HSV(B) | 49.09º | 0.49% | 0.53% | - |
| XYZ | 18.15 | 19.75 | 8.49 | - |
| YUV | 120.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 69 | 0 | 0.09 | 0.49 | 0.47 | 49.09 | 0.32 | 0.4 |
| Hex | 87 | 7B | 45 | 0 | 9 | 31 | 2F | 31 | 20 | 28 |
| Octal | 207 | 173 | 105 | 0 | 11 | 61 | 57 | 61 | 40 | 50 |
| Binary | 10000111 | 1111011 | 1000101 | 0 | 1001 | 110001 | 101111 | 110001 | 100000 | 101000 |
Color Harmonies of #877B45
Complementary color
Monochromatic Colors of #877B45
Black with #877B45
Text Example
Text Example
White with #877B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B45; }
p { color: rgb(135,123,69); }
H1.HeaderClassName
{
color: #877B45;
}
.AnyTagClassName
{
color: #877B45;
}
</style>
background-color css
<style>
a { background-color: #877B45; }
a { background-color: rgb(135,123,69); }
div.DivClassName
{
background-color: #877B45;
}
.BgClassName
{
background-color: #877B45;
}
</style>
border-color css
<style>
span { border-color: #877B45; }
span { border-color: rgb(135,123,69); }
td.TdClassName
{
border-color: #877B45;
}
.TagClassName
{
border-color: #877B45;
}
</style>