Shades of Copper Canyon #7B432C
Tints of Copper Canyon #7B432C
RGB
CMYK
RGB Variations
Color information
#7B432C (or 0x7B432C) is known color: Copper Canyon. HEX triplet: 7B, 43 and 2C. RGB value is (123,67,44). Sum of RGB (Red+Green+Blue) = 123+67+44=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B432C is #84BCD3. Grayscale: #515151. Windows color (decimal): -8699092 or 2900859. OLE color: 2900859.
HSL color Cylindrical-coordinate representation of color #7B432C: hue angle of 17.47º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B432C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 44 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.52 |
| HSL | 17.47º | 0.47% | 0.33% | - |
| HSV(B) | 17.47º | 0.64% | 0.48% | - |
| XYZ | 10.63 | 8.41 | 3.45 | - |
| YUV | 81.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 44 | 0 | 0.46 | 0.64 | 0.52 | 17.47 | 0.47 | 0.33 |
| Hex | 7B | 43 | 2C | 0 | 2E | 40 | 34 | 11 | 2F | 21 |
| Octal | 173 | 103 | 54 | 0 | 56 | 100 | 64 | 21 | 57 | 41 |
| Binary | 1111011 | 1000011 | 101100 | 0 | 101110 | 1000000 | 110100 | 10001 | 101111 | 100001 |
Color Harmonies of #7B432C
Complementary color
Monochromatic Colors of #7B432C
Black with #7B432C
Text Example
Text Example
White with #7B432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B432C; }
p { color: rgb(123,67,44); }
H1.HeaderClassName
{
color: #7B432C;
}
.AnyTagClassName
{
color: #7B432C;
}
</style>
background-color css
<style>
a { background-color: #7B432C; }
a { background-color: rgb(123,67,44); }
div.DivClassName
{
background-color: #7B432C;
}
.BgClassName
{
background-color: #7B432C;
}
</style>
border-color css
<style>
span { border-color: #7B432C; }
span { border-color: rgb(123,67,44); }
td.TdClassName
{
border-color: #7B432C;
}
.TagClassName
{
border-color: #7B432C;
}
</style>