Shades of Clay Creek #8A7F50
Tints of Clay Creek #8A7F50
RGB
CMYK
RGB Variations
Color information
#8A7F50 (or 0x8A7F50) is known color: Clay Creek. HEX triplet: 8A, 7F and 50. RGB value is (138,127,80). Sum of RGB (Red+Green+Blue) = 138+127+80=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F50 is #7580AF. Grayscale: #7D7D7D. Windows color (decimal): -7700656 or 5275530. OLE color: 5275530.
HSL color Cylindrical-coordinate representation of color #8A7F50: hue angle of 48.62º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7F50 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 80 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.46 |
| HSL | 48.62º | 0.27% | 0.43% | - |
| HSV(B) | 48.62º | 0.42% | 0.54% | - |
| XYZ | 19.52 | 21.16 | 10.65 | - |
| YUV | 124.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 80 | 0 | 0.08 | 0.42 | 0.46 | 48.62 | 0.27 | 0.43 |
| Hex | 8A | 7F | 50 | 0 | 8 | 2A | 2E | 31 | 1B | 2B |
| Octal | 212 | 177 | 120 | 0 | 10 | 52 | 56 | 61 | 33 | 53 |
| Binary | 10001010 | 1111111 | 1010000 | 0 | 1000 | 101010 | 101110 | 110001 | 11011 | 101011 |
Color Harmonies of #8A7F50
Complementary color
Monochromatic Colors of #8A7F50
Black with #8A7F50
Text Example
Text Example
White with #8A7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F50; }
p { color: rgb(138,127,80); }
H1.HeaderClassName
{
color: #8A7F50;
}
.AnyTagClassName
{
color: #8A7F50;
}
</style>
background-color css
<style>
a { background-color: #8A7F50; }
a { background-color: rgb(138,127,80); }
div.DivClassName
{
background-color: #8A7F50;
}
.BgClassName
{
background-color: #8A7F50;
}
</style>
border-color css
<style>
span { border-color: #8A7F50; }
span { border-color: rgb(138,127,80); }
td.TdClassName
{
border-color: #8A7F50;
}
.TagClassName
{
border-color: #8A7F50;
}
</style>