Shades of Bronze #CC7A36
Tints of Bronze #CC7A36
RGB
CMYK
RGB Variations
Color information
#CC7A36 (or 0xCC7A36) is known color: Bronze. HEX triplet: CC, 7A and 36. RGB value is (204,122,54). Sum of RGB (Red+Green+Blue) = 204+122+54=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A36 is #3385C9. Grayscale: #8B8B8B. Windows color (decimal): -3376586 or 3570380. OLE color: 3570380.
HSL color Cylindrical-coordinate representation of color #CC7A36: hue angle of 27.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7A36 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 54 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.2 |
| HSL | 27.2º | 0.6% | 0.51% | - |
| HSV(B) | 27.2º | 0.74% | 0.8% | - |
| XYZ | 32.53 | 27.02 | 6.99 | - |
| YUV | 138.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 54 | 0 | 0.40 | 0.74 | 0.2 | 27.2 | 0.6 | 0.51 |
| Hex | CC | 7A | 36 | 0 | 28 | 4A | 14 | 1B | 3C | 33 |
| Octal | 314 | 172 | 66 | 0 | 50 | 112 | 24 | 33 | 74 | 63 |
| Binary | 11001100 | 1111010 | 110110 | 0 | 101000 | 1001010 | 10100 | 11011 | 111100 | 110011 |
Color Harmonies of #CC7A36
Complementary color
Monochromatic Colors of #CC7A36
Black with #CC7A36
Text Example
Text Example
White with #CC7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A36; }
p { color: rgb(204,122,54); }
H1.HeaderClassName
{
color: #CC7A36;
}
.AnyTagClassName
{
color: #CC7A36;
}
</style>
background-color css
<style>
a { background-color: #CC7A36; }
a { background-color: rgb(204,122,54); }
div.DivClassName
{
background-color: #CC7A36;
}
.BgClassName
{
background-color: #CC7A36;
}
</style>
border-color css
<style>
span { border-color: #CC7A36; }
span { border-color: rgb(204,122,54); }
td.TdClassName
{
border-color: #CC7A36;
}
.TagClassName
{
border-color: #CC7A36;
}
</style>