Shades of Copper Canyon #7F3C25
Tints of Copper Canyon #7F3C25
RGB
CMYK
RGB Variations
Color information
#7F3C25 (or 0x7F3C25) is known color: Copper Canyon. HEX triplet: 7F, 3C and 25. RGB value is (127,60,37). Sum of RGB (Red+Green+Blue) = 127+60+37=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3C25 is #80C3DA. Grayscale: #4D4D4D. Windows color (decimal): -8438747 or 2440319. OLE color: 2440319.
HSL color Cylindrical-coordinate representation of color #7F3C25: hue angle of 15.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F3C25 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 37 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.50 |
| HSL | 15.33º | 0.55% | 0.32% | - |
| HSV(B) | 15.33º | 0.71% | 0.5% | - |
| XYZ | 10.7 | 7.88 | 2.71 | - |
| YUV | 77.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 37 | 0 | 0.53 | 0.71 | 0.50 | 15.33 | 0.55 | 0.32 |
| Hex | 7F | 3C | 25 | 0 | 35 | 47 | 32 | F | 37 | 20 |
| Octal | 177 | 74 | 45 | 0 | 65 | 107 | 62 | 17 | 67 | 40 |
| Binary | 1111111 | 111100 | 100101 | 0 | 110101 | 1000111 | 110010 | 1111 | 110111 | 100000 |
Color Harmonies of #7F3C25
Complementary color
Monochromatic Colors of #7F3C25
Black with #7F3C25
Text Example
Text Example
White with #7F3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C25; }
p { color: rgb(127,60,37); }
H1.HeaderClassName
{
color: #7F3C25;
}
.AnyTagClassName
{
color: #7F3C25;
}
</style>
background-color css
<style>
a { background-color: #7F3C25; }
a { background-color: rgb(127,60,37); }
div.DivClassName
{
background-color: #7F3C25;
}
.BgClassName
{
background-color: #7F3C25;
}
</style>
border-color css
<style>
span { border-color: #7F3C25; }
span { border-color: rgb(127,60,37); }
td.TdClassName
{
border-color: #7F3C25;
}
.TagClassName
{
border-color: #7F3C25;
}
</style>