Shades of Old Copper #775845
Tints of Old Copper #775845
RGB
CMYK
RGB Variations
Color information
#775845 (or 0x775845) is known color: Old Copper. HEX triplet: 77, 58 and 45. RGB value is (119,88,69). Sum of RGB (Red+Green+Blue) = 119+88+69=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775845 is #88A7BA. Grayscale: #5F5F5F. Windows color (decimal): -8955835 or 4544631. OLE color: 4544631.
HSL color Cylindrical-coordinate representation of color #775845: hue angle of 22.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775845 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 69 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.53 |
| HSL | 22.8º | 0.27% | 0.37% | - |
| HSV(B) | 22.8º | 0.42% | 0.47% | - |
| XYZ | 12.17 | 11.33 | 7.18 | - |
| YUV | 95.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 69 | 0 | 0.26 | 0.42 | 0.53 | 22.8 | 0.27 | 0.37 |
| Hex | 77 | 58 | 45 | 0 | 1A | 2A | 35 | 17 | 1B | 25 |
| Octal | 167 | 130 | 105 | 0 | 32 | 52 | 65 | 27 | 33 | 45 |
| Binary | 1110111 | 1011000 | 1000101 | 0 | 11010 | 101010 | 110101 | 10111 | 11011 | 100101 |
Color Harmonies of #775845
Complementary color
Monochromatic Colors of #775845
Black with #775845
Text Example
Text Example
White with #775845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775845; }
p { color: rgb(119,88,69); }
H1.HeaderClassName
{
color: #775845;
}
.AnyTagClassName
{
color: #775845;
}
</style>
background-color css
<style>
a { background-color: #775845; }
a { background-color: rgb(119,88,69); }
div.DivClassName
{
background-color: #775845;
}
.BgClassName
{
background-color: #775845;
}
</style>
border-color css
<style>
span { border-color: #775845; }
span { border-color: rgb(119,88,69); }
td.TdClassName
{
border-color: #775845;
}
.TagClassName
{
border-color: #775845;
}
</style>