Shades of Clay Creek #8B7F5A
Tints of Clay Creek #8B7F5A
RGB
CMYK
RGB Variations
Color information
#8B7F5A (or 0x8B7F5A) is known color: Clay Creek. HEX triplet: 8B, 7F and 5A. RGB value is (139,127,90). Sum of RGB (Red+Green+Blue) = 139+127+90=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F5A is #7480A5. Grayscale: #7E7E7E. Windows color (decimal): -7635110 or 5930891. OLE color: 5930891.
HSL color Cylindrical-coordinate representation of color #8B7F5A: hue angle of 45.31º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B7F5A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 90 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.45 |
| HSL | 45.31º | 0.21% | 0.45% | - |
| HSV(B) | 45.31º | 0.35% | 0.55% | - |
| XYZ | 20.08 | 21.41 | 12.75 | - |
| YUV | 126.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 90 | 0 | 0.09 | 0.35 | 0.45 | 45.31 | 0.21 | 0.45 |
| Hex | 8B | 7F | 5A | 0 | 9 | 23 | 2D | 2D | 15 | 2D |
| Octal | 213 | 177 | 132 | 0 | 11 | 43 | 55 | 55 | 25 | 55 |
| Binary | 10001011 | 1111111 | 1011010 | 0 | 1001 | 100011 | 101101 | 101101 | 10101 | 101101 |
Color Harmonies of #8B7F5A
Complementary color
Monochromatic Colors of #8B7F5A
Black with #8B7F5A
Text Example
Text Example
White with #8B7F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F5A; }
p { color: rgb(139,127,90); }
H1.HeaderClassName
{
color: #8B7F5A;
}
.AnyTagClassName
{
color: #8B7F5A;
}
</style>
background-color css
<style>
a { background-color: #8B7F5A; }
a { background-color: rgb(139,127,90); }
div.DivClassName
{
background-color: #8B7F5A;
}
.BgClassName
{
background-color: #8B7F5A;
}
</style>
border-color css
<style>
span { border-color: #8B7F5A; }
span { border-color: rgb(139,127,90); }
td.TdClassName
{
border-color: #8B7F5A;
}
.TagClassName
{
border-color: #8B7F5A;
}
</style>