Shades of Bronze #C77A2F
Tints of Bronze #C77A2F
RGB
CMYK
RGB Variations
Color information
#C77A2F (or 0xC77A2F) is known color: Bronze. HEX triplet: C7, 7A and 2F. RGB value is (199,122,47). Sum of RGB (Red+Green+Blue) = 199+122+47=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A2F is #3885D0. Grayscale: #888888. Windows color (decimal): -3704273 or 3111623. OLE color: 3111623.
HSL color Cylindrical-coordinate representation of color #C77A2F: hue angle of 29.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C77A2F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 47 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.22 |
| HSL | 29.61º | 0.62% | 0.48% | - |
| HSV(B) | 29.61º | 0.76% | 0.78% | - |
| XYZ | 31.03 | 26.27 | 6.12 | - |
| YUV | 136.47 | 77.51 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 47 | 0 | 0.39 | 0.76 | 0.22 | 29.61 | 0.62 | 0.48 |
| Hex | C7 | 7A | 2F | 0 | 27 | 4C | 16 | 1E | 3E | 30 |
| Octal | 307 | 172 | 57 | 0 | 47 | 114 | 26 | 36 | 76 | 60 |
| Binary | 11000111 | 1111010 | 101111 | 0 | 100111 | 1001100 | 10110 | 11110 | 111110 | 110000 |
Color Harmonies of #C77A2F
Complementary color
Monochromatic Colors of #C77A2F
Black with #C77A2F
Text Example
Text Example
White with #C77A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A2F; }
p { color: rgb(199,122,47); }
H1.HeaderClassName
{
color: #C77A2F;
}
.AnyTagClassName
{
color: #C77A2F;
}
</style>
background-color css
<style>
a { background-color: #C77A2F; }
a { background-color: rgb(199,122,47); }
div.DivClassName
{
background-color: #C77A2F;
}
.BgClassName
{
background-color: #C77A2F;
}
</style>
border-color css
<style>
span { border-color: #C77A2F; }
span { border-color: rgb(199,122,47); }
td.TdClassName
{
border-color: #C77A2F;
}
.TagClassName
{
border-color: #C77A2F;
}
</style>