Shades of Old Copper #77583F
Tints of Old Copper #77583F
RGB
CMYK
RGB Variations
Color information
#77583F (or 0x77583F) is known color: Old Copper. HEX triplet: 77, 58 and 3F. RGB value is (119,88,63). Sum of RGB (Red+Green+Blue) = 119+88+63=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77583F is #88A7C0. Grayscale: #5E5E5E. Windows color (decimal): -8955841 or 4151415. OLE color: 4151415.
HSL color Cylindrical-coordinate representation of color #77583F: hue angle of 26.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77583F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 63 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.53 |
| HSL | 26.79º | 0.31% | 0.36% | - |
| HSV(B) | 26.79º | 0.47% | 0.47% | - |
| XYZ | 11.99 | 11.26 | 6.24 | - |
| YUV | 94.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 63 | 0 | 0.26 | 0.47 | 0.53 | 26.79 | 0.31 | 0.36 |
| Hex | 77 | 58 | 3F | 0 | 1A | 2F | 35 | 1B | 1F | 24 |
| Octal | 167 | 130 | 77 | 0 | 32 | 57 | 65 | 33 | 37 | 44 |
| Binary | 1110111 | 1011000 | 111111 | 0 | 11010 | 101111 | 110101 | 11011 | 11111 | 100100 |
Color Harmonies of #77583F
Complementary color
Monochromatic Colors of #77583F
Black with #77583F
Text Example
Text Example
White with #77583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77583F; }
p { color: rgb(119,88,63); }
H1.HeaderClassName
{
color: #77583F;
}
.AnyTagClassName
{
color: #77583F;
}
</style>
background-color css
<style>
a { background-color: #77583F; }
a { background-color: rgb(119,88,63); }
div.DivClassName
{
background-color: #77583F;
}
.BgClassName
{
background-color: #77583F;
}
</style>
border-color css
<style>
span { border-color: #77583F; }
span { border-color: rgb(119,88,63); }
td.TdClassName
{
border-color: #77583F;
}
.TagClassName
{
border-color: #77583F;
}
</style>