Shades of Copper Canyon #7B452B
Tints of Copper Canyon #7B452B
RGB
CMYK
RGB Variations
Color information
#7B452B (or 0x7B452B) is known color: Copper Canyon. HEX triplet: 7B, 45 and 2B. RGB value is (123,69,43). Sum of RGB (Red+Green+Blue) = 123+69+43=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B452B is #84BAD4. Grayscale: #525252. Windows color (decimal): -8698581 or 2835835. OLE color: 2835835.
HSL color Cylindrical-coordinate representation of color #7B452B: hue angle of 19.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B452B is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 43 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.52 |
| HSL | 19.5º | 0.48% | 0.33% | - |
| HSV(B) | 19.5º | 0.65% | 0.48% | - |
| XYZ | 10.73 | 8.64 | 3.39 | - |
| YUV | 82.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 43 | 0 | 0.44 | 0.65 | 0.52 | 19.5 | 0.48 | 0.33 |
| Hex | 7B | 45 | 2B | 0 | 2C | 41 | 34 | 14 | 30 | 21 |
| Octal | 173 | 105 | 53 | 0 | 54 | 101 | 64 | 24 | 60 | 41 |
| Binary | 1111011 | 1000101 | 101011 | 0 | 101100 | 1000001 | 110100 | 10100 | 110000 | 100001 |
Color Harmonies of #7B452B
Complementary color
Monochromatic Colors of #7B452B
Black with #7B452B
Text Example
Text Example
White with #7B452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B452B; }
p { color: rgb(123,69,43); }
H1.HeaderClassName
{
color: #7B452B;
}
.AnyTagClassName
{
color: #7B452B;
}
</style>
background-color css
<style>
a { background-color: #7B452B; }
a { background-color: rgb(123,69,43); }
div.DivClassName
{
background-color: #7B452B;
}
.BgClassName
{
background-color: #7B452B;
}
</style>
border-color css
<style>
span { border-color: #7B452B; }
span { border-color: rgb(123,69,43); }
td.TdClassName
{
border-color: #7B452B;
}
.TagClassName
{
border-color: #7B452B;
}
</style>