Shades of Bronze #CC7A34
Tints of Bronze #CC7A34
RGB
CMYK
RGB Variations
Color information
#CC7A34 (or 0xCC7A34) is known color: Bronze. HEX triplet: CC, 7A and 34. RGB value is (204,122,52). Sum of RGB (Red+Green+Blue) = 204+122+52=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A34 is #3385CB. Grayscale: #8A8A8A. Windows color (decimal): -3376588 or 3439308. OLE color: 3439308.
HSL color Cylindrical-coordinate representation of color #CC7A34: hue angle of 27.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7A34 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 52 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.2 |
| HSL | 27.63º | 0.6% | 0.5% | - |
| HSV(B) | 27.63º | 0.75% | 0.8% | - |
| XYZ | 32.48 | 27 | 6.75 | - |
| YUV | 138.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 52 | 0 | 0.40 | 0.75 | 0.2 | 27.63 | 0.6 | 0.5 |
| Hex | CC | 7A | 34 | 0 | 28 | 4B | 14 | 1C | 3C | 32 |
| Octal | 314 | 172 | 64 | 0 | 50 | 113 | 24 | 34 | 74 | 62 |
| Binary | 11001100 | 1111010 | 110100 | 0 | 101000 | 1001011 | 10100 | 11100 | 111100 | 110010 |
Color Harmonies of #CC7A34
Complementary color
Monochromatic Colors of #CC7A34
Black with #CC7A34
Text Example
Text Example
White with #CC7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A34; }
p { color: rgb(204,122,52); }
H1.HeaderClassName
{
color: #CC7A34;
}
.AnyTagClassName
{
color: #CC7A34;
}
</style>
background-color css
<style>
a { background-color: #CC7A34; }
a { background-color: rgb(204,122,52); }
div.DivClassName
{
background-color: #CC7A34;
}
.BgClassName
{
background-color: #CC7A34;
}
</style>
border-color css
<style>
span { border-color: #CC7A34; }
span { border-color: rgb(204,122,52); }
td.TdClassName
{
border-color: #CC7A34;
}
.TagClassName
{
border-color: #CC7A34;
}
</style>