Shades of Copper Canyon #77432E
Tints of Copper Canyon #77432E
RGB
CMYK
RGB Variations
Color information
#77432E (or 0x77432E) is known color: Copper Canyon. HEX triplet: 77, 43 and 2E. RGB value is (119,67,46). Sum of RGB (Red+Green+Blue) = 119+67+46=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77432E is #88BCD1. Grayscale: #505050. Windows color (decimal): -8961234 or 3031927. OLE color: 3031927.
HSL color Cylindrical-coordinate representation of color #77432E: hue angle of 17.26º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77432E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 46 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.53 |
| HSL | 17.26º | 0.44% | 0.32% | - |
| HSV(B) | 17.26º | 0.61% | 0.47% | - |
| XYZ | 10.11 | 8.13 | 3.62 | - |
| YUV | 80.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 46 | 0 | 0.44 | 0.61 | 0.53 | 17.26 | 0.44 | 0.32 |
| Hex | 77 | 43 | 2E | 0 | 2C | 3D | 35 | 11 | 2C | 20 |
| Octal | 167 | 103 | 56 | 0 | 54 | 75 | 65 | 21 | 54 | 40 |
| Binary | 1110111 | 1000011 | 101110 | 0 | 101100 | 111101 | 110101 | 10001 | 101100 | 100000 |
Color Harmonies of #77432E
Complementary color
Monochromatic Colors of #77432E
Black with #77432E
Text Example
Text Example
White with #77432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77432E; }
p { color: rgb(119,67,46); }
H1.HeaderClassName
{
color: #77432E;
}
.AnyTagClassName
{
color: #77432E;
}
</style>
background-color css
<style>
a { background-color: #77432E; }
a { background-color: rgb(119,67,46); }
div.DivClassName
{
background-color: #77432E;
}
.BgClassName
{
background-color: #77432E;
}
</style>
border-color css
<style>
span { border-color: #77432E; }
span { border-color: rgb(119,67,46); }
td.TdClassName
{
border-color: #77432E;
}
.TagClassName
{
border-color: #77432E;
}
</style>