Shades of Old Copper #765233
Tints of Old Copper #765233
RGB
CMYK
RGB Variations
Color information
#765233 (or 0x765233) is known color: Old Copper. HEX triplet: 76, 52 and 33. RGB value is (118,82,51). Sum of RGB (Red+Green+Blue) = 118+82+51=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #765233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765233 is #89ADCC. Grayscale: #595959. Windows color (decimal): -9022925 or 3363446. OLE color: 3363446.
HSL color Cylindrical-coordinate representation of color #765233: hue angle of 27.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765233 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 51 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.54 |
| HSL | 27.76º | 0.4% | 0.33% | - |
| HSV(B) | 27.76º | 0.57% | 0.46% | - |
| XYZ | 11.09 | 10.13 | 4.5 | - |
| YUV | 89.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 51 | 0 | 0.31 | 0.57 | 0.54 | 27.76 | 0.4 | 0.33 |
| Hex | 76 | 52 | 33 | 0 | 1F | 39 | 36 | 1C | 28 | 21 |
| Octal | 166 | 122 | 63 | 0 | 37 | 71 | 66 | 34 | 50 | 41 |
| Binary | 1110110 | 1010010 | 110011 | 0 | 11111 | 111001 | 110110 | 11100 | 101000 | 100001 |
Color Harmonies of #765233
Complementary color
Monochromatic Colors of #765233
Black with #765233
Text Example
Text Example
White with #765233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765233; }
p { color: rgb(118,82,51); }
H1.HeaderClassName
{
color: #765233;
}
.AnyTagClassName
{
color: #765233;
}
</style>
background-color css
<style>
a { background-color: #765233; }
a { background-color: rgb(118,82,51); }
div.DivClassName
{
background-color: #765233;
}
.BgClassName
{
background-color: #765233;
}
</style>
border-color css
<style>
span { border-color: #765233; }
span { border-color: rgb(118,82,51); }
td.TdClassName
{
border-color: #765233;
}
.TagClassName
{
border-color: #765233;
}
</style>