Shades of Copper Canyon #78432D
Tints of Copper Canyon #78432D
RGB
CMYK
RGB Variations
Color information
#78432D (or 0x78432D) is known color: Copper Canyon. HEX triplet: 78, 43 and 2D. RGB value is (120,67,45). Sum of RGB (Red+Green+Blue) = 120+67+45=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78432D is #87BCD2. Grayscale: #505050. Windows color (decimal): -8895699 or 2966392. OLE color: 2966392.
HSL color Cylindrical-coordinate representation of color #78432D: hue angle of 17.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78432D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 45 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.53 |
| HSL | 17.6º | 0.45% | 0.32% | - |
| HSV(B) | 17.6º | 0.63% | 0.47% | - |
| XYZ | 10.23 | 8.2 | 3.53 | - |
| YUV | 80.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 45 | 0 | 0.44 | 0.63 | 0.53 | 17.6 | 0.45 | 0.32 |
| Hex | 78 | 43 | 2D | 0 | 2C | 3F | 35 | 12 | 2D | 20 |
| Octal | 170 | 103 | 55 | 0 | 54 | 77 | 65 | 22 | 55 | 40 |
| Binary | 1111000 | 1000011 | 101101 | 0 | 101100 | 111111 | 110101 | 10010 | 101101 | 100000 |
Color Harmonies of #78432D
Complementary color
Monochromatic Colors of #78432D
Black with #78432D
Text Example
Text Example
White with #78432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78432D; }
p { color: rgb(120,67,45); }
H1.HeaderClassName
{
color: #78432D;
}
.AnyTagClassName
{
color: #78432D;
}
</style>
background-color css
<style>
a { background-color: #78432D; }
a { background-color: rgb(120,67,45); }
div.DivClassName
{
background-color: #78432D;
}
.BgClassName
{
background-color: #78432D;
}
</style>
border-color css
<style>
span { border-color: #78432D; }
span { border-color: rgb(120,67,45); }
td.TdClassName
{
border-color: #78432D;
}
.TagClassName
{
border-color: #78432D;
}
</style>