Shades of Old Copper #77533D
Tints of Old Copper #77533D
RGB
CMYK
RGB Variations
Color information
#77533D (or 0x77533D) is known color: Old Copper. HEX triplet: 77, 53 and 3D. RGB value is (119,83,61). Sum of RGB (Red+Green+Blue) = 119+83+61=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77533D is #88ACC2. Grayscale: #5B5B5B. Windows color (decimal): -8957123 or 4019063. OLE color: 4019063.
HSL color Cylindrical-coordinate representation of color #77533D: hue angle of 22.76º 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 #77533D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 61 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.53 |
| HSL | 22.76º | 0.32% | 0.35% | - |
| HSV(B) | 22.76º | 0.49% | 0.47% | - |
| XYZ | 11.54 | 10.45 | 5.82 | - |
| YUV | 91.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 61 | 0 | 0.30 | 0.49 | 0.53 | 22.76 | 0.32 | 0.35 |
| Hex | 77 | 53 | 3D | 0 | 1E | 31 | 35 | 17 | 20 | 23 |
| Octal | 167 | 123 | 75 | 0 | 36 | 61 | 65 | 27 | 40 | 43 |
| Binary | 1110111 | 1010011 | 111101 | 0 | 11110 | 110001 | 110101 | 10111 | 100000 | 100011 |
Color Harmonies of #77533D
Complementary color
Monochromatic Colors of #77533D
Black with #77533D
Text Example
Text Example
White with #77533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77533D; }
p { color: rgb(119,83,61); }
H1.HeaderClassName
{
color: #77533D;
}
.AnyTagClassName
{
color: #77533D;
}
</style>
background-color css
<style>
a { background-color: #77533D; }
a { background-color: rgb(119,83,61); }
div.DivClassName
{
background-color: #77533D;
}
.BgClassName
{
background-color: #77533D;
}
</style>
border-color css
<style>
span { border-color: #77533D; }
span { border-color: rgb(119,83,61); }
td.TdClassName
{
border-color: #77533D;
}
.TagClassName
{
border-color: #77533D;
}
</style>