Shades of Copper Canyon #7F452A
Tints of Copper Canyon #7F452A
RGB
CMYK
RGB Variations
Color information
#7F452A (or 0x7F452A) is known color: Copper Canyon. HEX triplet: 7F, 45 and 2A. RGB value is (127,69,42). Sum of RGB (Red+Green+Blue) = 127+69+42=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F452A is #80BAD5. Grayscale: #535353. Windows color (decimal): -8436438 or 2770303. OLE color: 2770303.
HSL color Cylindrical-coordinate representation of color #7F452A: hue angle of 19.06º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F452A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 42 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.50 |
| HSL | 19.06º | 0.5% | 0.33% | - |
| HSV(B) | 19.06º | 0.67% | 0.5% | - |
| XYZ | 11.3 | 8.94 | 3.32 | - |
| YUV | 83.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 42 | 0 | 0.46 | 0.67 | 0.50 | 19.06 | 0.5 | 0.33 |
| Hex | 7F | 45 | 2A | 0 | 2E | 43 | 32 | 13 | 32 | 21 |
| Octal | 177 | 105 | 52 | 0 | 56 | 103 | 62 | 23 | 62 | 41 |
| Binary | 1111111 | 1000101 | 101010 | 0 | 101110 | 1000011 | 110010 | 10011 | 110010 | 100001 |
Color Harmonies of #7F452A
Complementary color
Monochromatic Colors of #7F452A
Black with #7F452A
Text Example
Text Example
White with #7F452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F452A; }
p { color: rgb(127,69,42); }
H1.HeaderClassName
{
color: #7F452A;
}
.AnyTagClassName
{
color: #7F452A;
}
</style>
background-color css
<style>
a { background-color: #7F452A; }
a { background-color: rgb(127,69,42); }
div.DivClassName
{
background-color: #7F452A;
}
.BgClassName
{
background-color: #7F452A;
}
</style>
border-color css
<style>
span { border-color: #7F452A; }
span { border-color: rgb(127,69,42); }
td.TdClassName
{
border-color: #7F452A;
}
.TagClassName
{
border-color: #7F452A;
}
</style>