Shades of Copper Canyon #76432D
Tints of Copper Canyon #76432D
RGB
CMYK
RGB Variations
Color information
#76432D (or 0x76432D) is known color: Copper Canyon. HEX triplet: 76, 43 and 2D. RGB value is (118,67,45). Sum of RGB (Red+Green+Blue) = 118+67+45=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76432D is #89BCD2. Grayscale: #4F4F4F. Windows color (decimal): -9026771 or 2966390. OLE color: 2966390.
HSL color Cylindrical-coordinate representation of color #76432D: hue angle of 18.08º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76432D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 45 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.54 |
| HSL | 18.08º | 0.45% | 0.32% | - |
| HSV(B) | 18.08º | 0.62% | 0.46% | - |
| XYZ | 9.95 | 8.06 | 3.51 | - |
| YUV | 79.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 45 | 0 | 0.43 | 0.62 | 0.54 | 18.08 | 0.45 | 0.32 |
| Hex | 76 | 43 | 2D | 0 | 2B | 3E | 36 | 12 | 2D | 20 |
| Octal | 166 | 103 | 55 | 0 | 53 | 76 | 66 | 22 | 55 | 40 |
| Binary | 1110110 | 1000011 | 101101 | 0 | 101011 | 111110 | 110110 | 10010 | 101101 | 100000 |
Color Harmonies of #76432D
Complementary color
Monochromatic Colors of #76432D
Black with #76432D
Text Example
Text Example
White with #76432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76432D; }
p { color: rgb(118,67,45); }
H1.HeaderClassName
{
color: #76432D;
}
.AnyTagClassName
{
color: #76432D;
}
</style>
background-color css
<style>
a { background-color: #76432D; }
a { background-color: rgb(118,67,45); }
div.DivClassName
{
background-color: #76432D;
}
.BgClassName
{
background-color: #76432D;
}
</style>
border-color css
<style>
span { border-color: #76432D; }
span { border-color: rgb(118,67,45); }
td.TdClassName
{
border-color: #76432D;
}
.TagClassName
{
border-color: #76432D;
}
</style>