Shades of Bronze #C77A2D
Tints of Bronze #C77A2D
RGB
CMYK
RGB Variations
Color information
#C77A2D (or 0xC77A2D) is known color: Bronze. HEX triplet: C7, 7A and 2D. RGB value is (199,122,45). Sum of RGB (Red+Green+Blue) = 199+122+45=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A2D is #3885D2. Grayscale: #888888. Windows color (decimal): -3704275 or 2980551. OLE color: 2980551.
HSL color Cylindrical-coordinate representation of color #C77A2D: hue angle of 30º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C77A2D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 45 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.22 |
| HSL | 30º | 0.63% | 0.48% | - |
| HSV(B) | 30º | 0.77% | 0.78% | - |
| XYZ | 30.99 | 26.25 | 5.92 | - |
| YUV | 136.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 45 | 0 | 0.39 | 0.77 | 0.22 | 30 | 0.63 | 0.48 |
| Hex | C7 | 7A | 2D | 0 | 27 | 4D | 16 | 1E | 3F | 30 |
| Octal | 307 | 172 | 55 | 0 | 47 | 115 | 26 | 36 | 77 | 60 |
| Binary | 11000111 | 1111010 | 101101 | 0 | 100111 | 1001101 | 10110 | 11110 | 111111 | 110000 |
Color Harmonies of #C77A2D
Complementary color
Monochromatic Colors of #C77A2D
Black with #C77A2D
Text Example
Text Example
White with #C77A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A2D; }
p { color: rgb(199,122,45); }
H1.HeaderClassName
{
color: #C77A2D;
}
.AnyTagClassName
{
color: #C77A2D;
}
</style>
background-color css
<style>
a { background-color: #C77A2D; }
a { background-color: rgb(199,122,45); }
div.DivClassName
{
background-color: #C77A2D;
}
.BgClassName
{
background-color: #C77A2D;
}
</style>
border-color css
<style>
span { border-color: #C77A2D; }
span { border-color: rgb(199,122,45); }
td.TdClassName
{
border-color: #C77A2D;
}
.TagClassName
{
border-color: #C77A2D;
}
</style>