Shades of Copper Canyon #77402D
Tints of Copper Canyon #77402D
RGB
CMYK
RGB Variations
Color information
#77402D (or 0x77402D) is known color: Copper Canyon. HEX triplet: 77, 40 and 2D. RGB value is (119,64,45). Sum of RGB (Red+Green+Blue) = 119+64+45=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77402D is #88BFD2. Grayscale: #4E4E4E. Windows color (decimal): -8962003 or 2965623. OLE color: 2965623.
HSL color Cylindrical-coordinate representation of color #77402D: hue angle of 15.41º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77402D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 45 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.53 |
| HSL | 15.41º | 0.45% | 0.32% | - |
| HSV(B) | 15.41º | 0.62% | 0.47% | - |
| XYZ | 9.91 | 7.78 | 3.46 | - |
| YUV | 78.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 45 | 0 | 0.46 | 0.62 | 0.53 | 15.41 | 0.45 | 0.32 |
| Hex | 77 | 40 | 2D | 0 | 2E | 3E | 35 | F | 2D | 20 |
| Octal | 167 | 100 | 55 | 0 | 56 | 76 | 65 | 17 | 55 | 40 |
| Binary | 1110111 | 1000000 | 101101 | 0 | 101110 | 111110 | 110101 | 1111 | 101101 | 100000 |
Color Harmonies of #77402D
Complementary color
Monochromatic Colors of #77402D
Black with #77402D
Text Example
Text Example
White with #77402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77402D; }
p { color: rgb(119,64,45); }
H1.HeaderClassName
{
color: #77402D;
}
.AnyTagClassName
{
color: #77402D;
}
</style>
background-color css
<style>
a { background-color: #77402D; }
a { background-color: rgb(119,64,45); }
div.DivClassName
{
background-color: #77402D;
}
.BgClassName
{
background-color: #77402D;
}
</style>
border-color css
<style>
span { border-color: #77402D; }
span { border-color: rgb(119,64,45); }
td.TdClassName
{
border-color: #77402D;
}
.TagClassName
{
border-color: #77402D;
}
</style>