Shades of Bronze #C7772D
Tints of Bronze #C7772D
RGB
CMYK
RGB Variations
Color information
#C7772D (or 0xC7772D) is known color: Bronze. HEX triplet: C7, 77 and 2D. RGB value is (199,119,45). Sum of RGB (Red+Green+Blue) = 199+119+45=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7772D is #3888D2. Grayscale: #868686. Windows color (decimal): -3705043 or 2979783. OLE color: 2979783.
HSL color Cylindrical-coordinate representation of color #C7772D: hue angle of 28.83º 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 #C7772D is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 45 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.22 |
| HSL | 28.83º | 0.63% | 0.48% | - |
| HSV(B) | 28.83º | 0.77% | 0.78% | - |
| XYZ | 30.62 | 25.53 | 5.8 | - |
| YUV | 134.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 45 | 0 | 0.40 | 0.77 | 0.22 | 28.83 | 0.63 | 0.48 |
| Hex | C7 | 77 | 2D | 0 | 28 | 4D | 16 | 1D | 3F | 30 |
| Octal | 307 | 167 | 55 | 0 | 50 | 115 | 26 | 35 | 77 | 60 |
| Binary | 11000111 | 1110111 | 101101 | 0 | 101000 | 1001101 | 10110 | 11101 | 111111 | 110000 |
Color Harmonies of #C7772D
Complementary color
Monochromatic Colors of #C7772D
Black with #C7772D
Text Example
Text Example
White with #C7772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7772D; }
p { color: rgb(199,119,45); }
H1.HeaderClassName
{
color: #C7772D;
}
.AnyTagClassName
{
color: #C7772D;
}
</style>
background-color css
<style>
a { background-color: #C7772D; }
a { background-color: rgb(199,119,45); }
div.DivClassName
{
background-color: #C7772D;
}
.BgClassName
{
background-color: #C7772D;
}
</style>
border-color css
<style>
span { border-color: #C7772D; }
span { border-color: rgb(199,119,45); }
td.TdClassName
{
border-color: #C7772D;
}
.TagClassName
{
border-color: #C7772D;
}
</style>