Shades of Bronze #C77A2B
Tints of Bronze #C77A2B
RGB
CMYK
RGB Variations
Color information
#C77A2B (or 0xC77A2B) is known color: Bronze. HEX triplet: C7, 7A and 2B. RGB value is (199,122,43). Sum of RGB (Red+Green+Blue) = 199+122+43=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A2B is #3885D4. Grayscale: #888888. Windows color (decimal): -3704277 or 2849479. OLE color: 2849479.
HSL color Cylindrical-coordinate representation of color #C77A2B: hue angle of 30.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C77A2B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 43 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.22 |
| HSL | 30.38º | 0.64% | 0.47% | - |
| HSV(B) | 30.38º | 0.78% | 0.78% | - |
| XYZ | 30.95 | 26.24 | 5.72 | - |
| YUV | 136.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 43 | 0 | 0.39 | 0.78 | 0.22 | 30.38 | 0.64 | 0.47 |
| Hex | C7 | 7A | 2B | 0 | 27 | 4E | 16 | 1E | 40 | 2F |
| Octal | 307 | 172 | 53 | 0 | 47 | 116 | 26 | 36 | 100 | 57 |
| Binary | 11000111 | 1111010 | 101011 | 0 | 100111 | 1001110 | 10110 | 11110 | 1000000 | 101111 |
Color Harmonies of #C77A2B
Complementary color
Monochromatic Colors of #C77A2B
Black with #C77A2B
Text Example
Text Example
White with #C77A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A2B; }
p { color: rgb(199,122,43); }
H1.HeaderClassName
{
color: #C77A2B;
}
.AnyTagClassName
{
color: #C77A2B;
}
</style>
background-color css
<style>
a { background-color: #C77A2B; }
a { background-color: rgb(199,122,43); }
div.DivClassName
{
background-color: #C77A2B;
}
.BgClassName
{
background-color: #C77A2B;
}
</style>
border-color css
<style>
span { border-color: #C77A2B; }
span { border-color: rgb(199,122,43); }
td.TdClassName
{
border-color: #C77A2B;
}
.TagClassName
{
border-color: #C77A2B;
}
</style>