Shades of Bronze #CC772E
Tints of Bronze #CC772E
RGB
CMYK
RGB Variations
Color information
#CC772E (or 0xCC772E) is known color: Bronze. HEX triplet: CC, 77 and 2E. RGB value is (204,119,46). Sum of RGB (Red+Green+Blue) = 204+119+46=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC772E is #3388D1. Grayscale: #888888. Windows color (decimal): -3377362 or 3045324. OLE color: 3045324.
HSL color Cylindrical-coordinate representation of color #CC772E: hue angle of 27.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC772E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 46 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.2 |
| HSL | 27.72º | 0.63% | 0.49% | - |
| HSV(B) | 27.72º | 0.77% | 0.8% | - |
| XYZ | 31.99 | 26.23 | 5.96 | - |
| YUV | 136.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 46 | 0 | 0.42 | 0.77 | 0.2 | 27.72 | 0.63 | 0.49 |
| Hex | CC | 77 | 2E | 0 | 2A | 4D | 14 | 1C | 3F | 31 |
| Octal | 314 | 167 | 56 | 0 | 52 | 115 | 24 | 34 | 77 | 61 |
| Binary | 11001100 | 1110111 | 101110 | 0 | 101010 | 1001101 | 10100 | 11100 | 111111 | 110001 |
Color Harmonies of #CC772E
Complementary color
Monochromatic Colors of #CC772E
Black with #CC772E
Text Example
Text Example
White with #CC772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC772E; }
p { color: rgb(204,119,46); }
H1.HeaderClassName
{
color: #CC772E;
}
.AnyTagClassName
{
color: #CC772E;
}
</style>
background-color css
<style>
a { background-color: #CC772E; }
a { background-color: rgb(204,119,46); }
div.DivClassName
{
background-color: #CC772E;
}
.BgClassName
{
background-color: #CC772E;
}
</style>
border-color css
<style>
span { border-color: #CC772E; }
span { border-color: rgb(204,119,46); }
td.TdClassName
{
border-color: #CC772E;
}
.TagClassName
{
border-color: #CC772E;
}
</style>