Shades of Copper Canyon #763B27
Tints of Copper Canyon #763B27
RGB
CMYK
RGB Variations
Color information
#763B27 (or 0x763B27) is known color: Copper Canyon. HEX triplet: 76, 3B and 27. RGB value is (118,59,39). Sum of RGB (Red+Green+Blue) = 118+59+39=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #763B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B27 is #89C4D8. Grayscale: #4A4A4A. Windows color (decimal): -9028825 or 2571126. OLE color: 2571126.
HSL color Cylindrical-coordinate representation of color #763B27: hue angle of 15.19º 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 #763B27 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 39 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.54 |
| HSL | 15.19º | 0.5% | 0.31% | - |
| HSV(B) | 15.19º | 0.67% | 0.46% | - |
| XYZ | 9.4 | 7.13 | 2.8 | - |
| YUV | 74.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 39 | 0 | 0.50 | 0.67 | 0.54 | 15.19 | 0.5 | 0.31 |
| Hex | 76 | 3B | 27 | 0 | 32 | 43 | 36 | F | 32 | 1F |
| Octal | 166 | 73 | 47 | 0 | 62 | 103 | 66 | 17 | 62 | 37 |
| Binary | 1110110 | 111011 | 100111 | 0 | 110010 | 1000011 | 110110 | 1111 | 110010 | 11111 |
Color Harmonies of #763B27
Complementary color
Monochromatic Colors of #763B27
Black with #763B27
Text Example
Text Example
White with #763B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B27; }
p { color: rgb(118,59,39); }
H1.HeaderClassName
{
color: #763B27;
}
.AnyTagClassName
{
color: #763B27;
}
</style>
background-color css
<style>
a { background-color: #763B27; }
a { background-color: rgb(118,59,39); }
div.DivClassName
{
background-color: #763B27;
}
.BgClassName
{
background-color: #763B27;
}
</style>
border-color css
<style>
span { border-color: #763B27; }
span { border-color: rgb(118,59,39); }
td.TdClassName
{
border-color: #763B27;
}
.TagClassName
{
border-color: #763B27;
}
</style>