Shades of Copper Canyon #77422B
Tints of Copper Canyon #77422B
RGB
CMYK
RGB Variations
Color information
#77422B (or 0x77422B) is known color: Copper Canyon. HEX triplet: 77, 42 and 2B. RGB value is (119,66,43). Sum of RGB (Red+Green+Blue) = 119+66+43=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77422B is #88BDD4. Grayscale: #4F4F4F. Windows color (decimal): -8961493 or 2835063. OLE color: 2835063.
HSL color Cylindrical-coordinate representation of color #77422B: hue angle of 18.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77422B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 43 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.53 |
| HSL | 18.16º | 0.47% | 0.32% | - |
| HSV(B) | 18.16º | 0.64% | 0.47% | - |
| XYZ | 9.99 | 7.99 | 3.3 | - |
| YUV | 79.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 43 | 0 | 0.45 | 0.64 | 0.53 | 18.16 | 0.47 | 0.32 |
| Hex | 77 | 42 | 2B | 0 | 2D | 40 | 35 | 12 | 2F | 20 |
| Octal | 167 | 102 | 53 | 0 | 55 | 100 | 65 | 22 | 57 | 40 |
| Binary | 1110111 | 1000010 | 101011 | 0 | 101101 | 1000000 | 110101 | 10010 | 101111 | 100000 |
Color Harmonies of #77422B
Complementary color
Monochromatic Colors of #77422B
Black with #77422B
Text Example
Text Example
White with #77422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77422B; }
p { color: rgb(119,66,43); }
H1.HeaderClassName
{
color: #77422B;
}
.AnyTagClassName
{
color: #77422B;
}
</style>
background-color css
<style>
a { background-color: #77422B; }
a { background-color: rgb(119,66,43); }
div.DivClassName
{
background-color: #77422B;
}
.BgClassName
{
background-color: #77422B;
}
</style>
border-color css
<style>
span { border-color: #77422B; }
span { border-color: rgb(119,66,43); }
td.TdClassName
{
border-color: #77422B;
}
.TagClassName
{
border-color: #77422B;
}
</style>