Shades of Old Copper #77523F
Tints of Old Copper #77523F
RGB
CMYK
RGB Variations
Color information
#77523F (or 0x77523F) is known color: Old Copper. HEX triplet: 77, 52 and 3F. RGB value is (119,82,63). Sum of RGB (Red+Green+Blue) = 119+82+63=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523F is #88ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8957377 or 4149879. OLE color: 4149879.
HSL color Cylindrical-coordinate representation of color #77523F: hue angle of 20.36º 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 #77523F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 63 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.53 |
| HSL | 20.36º | 0.31% | 0.36% | - |
| HSV(B) | 20.36º | 0.47% | 0.47% | - |
| XYZ | 11.52 | 10.32 | 6.09 | - |
| YUV | 90.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 63 | 0 | 0.31 | 0.47 | 0.53 | 20.36 | 0.31 | 0.36 |
| Hex | 77 | 52 | 3F | 0 | 1F | 2F | 35 | 14 | 1F | 24 |
| Octal | 167 | 122 | 77 | 0 | 37 | 57 | 65 | 24 | 37 | 44 |
| Binary | 1110111 | 1010010 | 111111 | 0 | 11111 | 101111 | 110101 | 10100 | 11111 | 100100 |
Color Harmonies of #77523F
Complementary color
Monochromatic Colors of #77523F
Black with #77523F
Text Example
Text Example
White with #77523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77523F; }
p { color: rgb(119,82,63); }
H1.HeaderClassName
{
color: #77523F;
}
.AnyTagClassName
{
color: #77523F;
}
</style>
background-color css
<style>
a { background-color: #77523F; }
a { background-color: rgb(119,82,63); }
div.DivClassName
{
background-color: #77523F;
}
.BgClassName
{
background-color: #77523F;
}
</style>
border-color css
<style>
span { border-color: #77523F; }
span { border-color: rgb(119,82,63); }
td.TdClassName
{
border-color: #77523F;
}
.TagClassName
{
border-color: #77523F;
}
</style>