Shades of Copper Canyon #7B402D
Tints of Copper Canyon #7B402D
RGB
CMYK
RGB Variations
Color information
#7B402D (or 0x7B402D) is known color: Copper Canyon. HEX triplet: 7B, 40 and 2D. RGB value is (123,64,45). Sum of RGB (Red+Green+Blue) = 123+64+45=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B402D is #84BFD2. Grayscale: #4F4F4F. Windows color (decimal): -8699859 or 2965627. OLE color: 2965627.
HSL color Cylindrical-coordinate representation of color #7B402D: hue angle of 14.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B402D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 45 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.52 |
| HSL | 14.62º | 0.46% | 0.33% | - |
| HSV(B) | 14.62º | 0.63% | 0.48% | - |
| XYZ | 10.48 | 8.07 | 3.49 | - |
| YUV | 79.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 45 | 0 | 0.48 | 0.63 | 0.52 | 14.62 | 0.46 | 0.33 |
| Hex | 7B | 40 | 2D | 0 | 30 | 3F | 34 | F | 2E | 21 |
| Octal | 173 | 100 | 55 | 0 | 60 | 77 | 64 | 17 | 56 | 41 |
| Binary | 1111011 | 1000000 | 101101 | 0 | 110000 | 111111 | 110100 | 1111 | 101110 | 100001 |
Color Harmonies of #7B402D
Complementary color
Monochromatic Colors of #7B402D
Black with #7B402D
Text Example
Text Example
White with #7B402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B402D; }
p { color: rgb(123,64,45); }
H1.HeaderClassName
{
color: #7B402D;
}
.AnyTagClassName
{
color: #7B402D;
}
</style>
background-color css
<style>
a { background-color: #7B402D; }
a { background-color: rgb(123,64,45); }
div.DivClassName
{
background-color: #7B402D;
}
.BgClassName
{
background-color: #7B402D;
}
</style>
border-color css
<style>
span { border-color: #7B402D; }
span { border-color: rgb(123,64,45); }
td.TdClassName
{
border-color: #7B402D;
}
.TagClassName
{
border-color: #7B402D;
}
</style>