Shades of Copper Canyon #763A27
Tints of Copper Canyon #763A27
RGB
CMYK
RGB Variations
Color information
#763A27 (or 0x763A27) is known color: Copper Canyon. HEX triplet: 76, 3A and 27. RGB value is (118,58,39). Sum of RGB (Red+Green+Blue) = 118+58+39=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #763A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A27 is #89C5D8. Grayscale: #494949. Windows color (decimal): -9029081 or 2570870. OLE color: 2570870.
HSL color Cylindrical-coordinate representation of color #763A27: hue angle of 14.43º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763A27 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 39 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.54 |
| HSL | 14.43º | 0.5% | 0.31% | - |
| HSV(B) | 14.43º | 0.67% | 0.46% | - |
| XYZ | 9.35 | 7.02 | 2.78 | - |
| YUV | 73.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 39 | 0 | 0.51 | 0.67 | 0.54 | 14.43 | 0.5 | 0.31 |
| Hex | 76 | 3A | 27 | 0 | 33 | 43 | 36 | E | 32 | 1F |
| Octal | 166 | 72 | 47 | 0 | 63 | 103 | 66 | 16 | 62 | 37 |
| Binary | 1110110 | 111010 | 100111 | 0 | 110011 | 1000011 | 110110 | 1110 | 110010 | 11111 |
Color Harmonies of #763A27
Complementary color
Monochromatic Colors of #763A27
Black with #763A27
Text Example
Text Example
White with #763A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A27; }
p { color: rgb(118,58,39); }
H1.HeaderClassName
{
color: #763A27;
}
.AnyTagClassName
{
color: #763A27;
}
</style>
background-color css
<style>
a { background-color: #763A27; }
a { background-color: rgb(118,58,39); }
div.DivClassName
{
background-color: #763A27;
}
.BgClassName
{
background-color: #763A27;
}
</style>
border-color css
<style>
span { border-color: #763A27; }
span { border-color: rgb(118,58,39); }
td.TdClassName
{
border-color: #763A27;
}
.TagClassName
{
border-color: #763A27;
}
</style>