Shades of Clay Creek #87805D
Tints of Clay Creek #87805D
RGB
CMYK
RGB Variations
Color information
#87805D (or 0x87805D) is known color: Clay Creek. HEX triplet: 87, 80 and 5D. RGB value is (135,128,93). Sum of RGB (Red+Green+Blue) = 135+128+93=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87805D is #787FA2. Grayscale: #7E7E7E. Windows color (decimal): -7896995 or 6127751. OLE color: 6127751.
HSL color Cylindrical-coordinate representation of color #87805D: hue angle of 50º 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 #87805D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 93 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.47 |
| HSL | 50º | 0.18% | 0.45% | - |
| HSV(B) | 50º | 0.31% | 0.53% | - |
| XYZ | 19.69 | 21.38 | 13.45 | - |
| YUV | 126.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 93 | 0 | 0.05 | 0.31 | 0.47 | 50 | 0.18 | 0.45 |
| Hex | 87 | 80 | 5D | 0 | 5 | 1F | 2F | 32 | 12 | 2D |
| Octal | 207 | 200 | 135 | 0 | 5 | 37 | 57 | 62 | 22 | 55 |
| Binary | 10000111 | 10000000 | 1011101 | 0 | 101 | 11111 | 101111 | 110010 | 10010 | 101101 |
Color Harmonies of #87805D
Complementary color
Monochromatic Colors of #87805D
Black with #87805D
Text Example
Text Example
White with #87805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87805D; }
p { color: rgb(135,128,93); }
H1.HeaderClassName
{
color: #87805D;
}
.AnyTagClassName
{
color: #87805D;
}
</style>
background-color css
<style>
a { background-color: #87805D; }
a { background-color: rgb(135,128,93); }
div.DivClassName
{
background-color: #87805D;
}
.BgClassName
{
background-color: #87805D;
}
</style>
border-color css
<style>
span { border-color: #87805D; }
span { border-color: rgb(135,128,93); }
td.TdClassName
{
border-color: #87805D;
}
.TagClassName
{
border-color: #87805D;
}
</style>