Shades of Old Copper #77523D
Tints of Old Copper #77523D
RGB
CMYK
RGB Variations
Color information
#77523D (or 0x77523D) is known color: Old Copper. HEX triplet: 77, 52 and 3D. RGB value is (119,82,61). Sum of RGB (Red+Green+Blue) = 119+82+61=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523D is #88ADC2. Grayscale: #5A5A5A. Windows color (decimal): -8957379 or 4018807. OLE color: 4018807.
HSL color Cylindrical-coordinate representation of color #77523D: hue angle of 21.72º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77523D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 61 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.53 |
| HSL | 21.72º | 0.32% | 0.35% | - |
| HSV(B) | 21.72º | 0.49% | 0.47% | - |
| XYZ | 11.47 | 10.29 | 5.8 | - |
| YUV | 90.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 61 | 0 | 0.31 | 0.49 | 0.53 | 21.72 | 0.32 | 0.35 |
| Hex | 77 | 52 | 3D | 0 | 1F | 31 | 35 | 16 | 20 | 23 |
| Octal | 167 | 122 | 75 | 0 | 37 | 61 | 65 | 26 | 40 | 43 |
| Binary | 1110111 | 1010010 | 111101 | 0 | 11111 | 110001 | 110101 | 10110 | 100000 | 100011 |
Color Harmonies of #77523D
Complementary color
Monochromatic Colors of #77523D
Black with #77523D
Text Example
Text Example
White with #77523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77523D; }
p { color: rgb(119,82,61); }
H1.HeaderClassName
{
color: #77523D;
}
.AnyTagClassName
{
color: #77523D;
}
</style>
background-color css
<style>
a { background-color: #77523D; }
a { background-color: rgb(119,82,61); }
div.DivClassName
{
background-color: #77523D;
}
.BgClassName
{
background-color: #77523D;
}
</style>
border-color css
<style>
span { border-color: #77523D; }
span { border-color: rgb(119,82,61); }
td.TdClassName
{
border-color: #77523D;
}
.TagClassName
{
border-color: #77523D;
}
</style>