Shades of Old Copper #77553F
Tints of Old Copper #77553F
RGB
CMYK
RGB Variations
Color information
#77553F (or 0x77553F) is known color: Old Copper. HEX triplet: 77, 55 and 3F. RGB value is (119,85,63). Sum of RGB (Red+Green+Blue) = 119+85+63=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77553F is #88AAC0. Grayscale: #5C5C5C. Windows color (decimal): -8956609 or 4150647. OLE color: 4150647.
HSL color Cylindrical-coordinate representation of color #77553F: hue angle of 23.57º 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 #77553F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 63 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.53 |
| HSL | 23.57º | 0.31% | 0.36% | - |
| HSV(B) | 23.57º | 0.47% | 0.47% | - |
| XYZ | 11.75 | 10.78 | 6.16 | - |
| YUV | 92.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 63 | 0 | 0.29 | 0.47 | 0.53 | 23.57 | 0.31 | 0.36 |
| Hex | 77 | 55 | 3F | 0 | 1D | 2F | 35 | 18 | 1F | 24 |
| Octal | 167 | 125 | 77 | 0 | 35 | 57 | 65 | 30 | 37 | 44 |
| Binary | 1110111 | 1010101 | 111111 | 0 | 11101 | 101111 | 110101 | 11000 | 11111 | 100100 |
Color Harmonies of #77553F
Complementary color
Monochromatic Colors of #77553F
Black with #77553F
Text Example
Text Example
White with #77553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77553F; }
p { color: rgb(119,85,63); }
H1.HeaderClassName
{
color: #77553F;
}
.AnyTagClassName
{
color: #77553F;
}
</style>
background-color css
<style>
a { background-color: #77553F; }
a { background-color: rgb(119,85,63); }
div.DivClassName
{
background-color: #77553F;
}
.BgClassName
{
background-color: #77553F;
}
</style>
border-color css
<style>
span { border-color: #77553F; }
span { border-color: rgb(119,85,63); }
td.TdClassName
{
border-color: #77553F;
}
.TagClassName
{
border-color: #77553F;
}
</style>