Shades of Copper Canyon #78432B
Tints of Copper Canyon #78432B
RGB
CMYK
RGB Variations
Color information
#78432B (or 0x78432B) is known color: Copper Canyon. HEX triplet: 78, 43 and 2B. RGB value is (120,67,43). Sum of RGB (Red+Green+Blue) = 120+67+43=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78432B is #87BCD4. Grayscale: #505050. Windows color (decimal): -8895701 or 2835320. OLE color: 2835320.
HSL color Cylindrical-coordinate representation of color #78432B: hue angle of 18.7º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78432B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 43 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.53 |
| HSL | 18.7º | 0.47% | 0.32% | - |
| HSV(B) | 18.7º | 0.64% | 0.47% | - |
| XYZ | 10.19 | 8.18 | 3.33 | - |
| YUV | 80.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 43 | 0 | 0.44 | 0.64 | 0.53 | 18.7 | 0.47 | 0.32 |
| Hex | 78 | 43 | 2B | 0 | 2C | 40 | 35 | 13 | 2F | 20 |
| Octal | 170 | 103 | 53 | 0 | 54 | 100 | 65 | 23 | 57 | 40 |
| Binary | 1111000 | 1000011 | 101011 | 0 | 101100 | 1000000 | 110101 | 10011 | 101111 | 100000 |
Color Harmonies of #78432B
Complementary color
Monochromatic Colors of #78432B
Black with #78432B
Text Example
Text Example
White with #78432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78432B; }
p { color: rgb(120,67,43); }
H1.HeaderClassName
{
color: #78432B;
}
.AnyTagClassName
{
color: #78432B;
}
</style>
background-color css
<style>
a { background-color: #78432B; }
a { background-color: rgb(120,67,43); }
div.DivClassName
{
background-color: #78432B;
}
.BgClassName
{
background-color: #78432B;
}
</style>
border-color css
<style>
span { border-color: #78432B; }
span { border-color: rgb(120,67,43); }
td.TdClassName
{
border-color: #78432B;
}
.TagClassName
{
border-color: #78432B;
}
</style>