Shades of Copper Canyon #78402B
Tints of Copper Canyon #78402B
RGB
CMYK
RGB Variations
Color information
#78402B (or 0x78402B) is known color: Copper Canyon. HEX triplet: 78, 40 and 2B. RGB value is (120,64,43). Sum of RGB (Red+Green+Blue) = 120+64+43=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78402B is #87BFD4. Grayscale: #4E4E4E. Windows color (decimal): -8896469 or 2834552. OLE color: 2834552.
HSL color Cylindrical-coordinate representation of color #78402B: hue angle of 16.36º 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 #78402B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 64 | 43 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.53 |
| HSL | 16.36º | 0.47% | 0.32% | - |
| HSV(B) | 16.36º | 0.64% | 0.47% | - |
| XYZ | 10.02 | 7.83 | 3.27 | - |
| YUV | 78.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 43 | 0 | 0.47 | 0.64 | 0.53 | 16.36 | 0.47 | 0.32 |
| Hex | 78 | 40 | 2B | 0 | 2F | 40 | 35 | 10 | 2F | 20 |
| Octal | 170 | 100 | 53 | 0 | 57 | 100 | 65 | 20 | 57 | 40 |
| Binary | 1111000 | 1000000 | 101011 | 0 | 101111 | 1000000 | 110101 | 10000 | 101111 | 100000 |
Color Harmonies of #78402B
Complementary color
Monochromatic Colors of #78402B
Black with #78402B
Text Example
Text Example
White with #78402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78402B; }
p { color: rgb(120,64,43); }
H1.HeaderClassName
{
color: #78402B;
}
.AnyTagClassName
{
color: #78402B;
}
</style>
background-color css
<style>
a { background-color: #78402B; }
a { background-color: rgb(120,64,43); }
div.DivClassName
{
background-color: #78402B;
}
.BgClassName
{
background-color: #78402B;
}
</style>
border-color css
<style>
span { border-color: #78402B; }
span { border-color: rgb(120,64,43); }
td.TdClassName
{
border-color: #78402B;
}
.TagClassName
{
border-color: #78402B;
}
</style>