Shades of Bronze #C77A34
Tints of Bronze #C77A34
RGB
CMYK
RGB Variations
Color information
#C77A34 (or 0xC77A34) is known color: Bronze. HEX triplet: C7, 7A and 34. RGB value is (199,122,52). Sum of RGB (Red+Green+Blue) = 199+122+52=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A34 is #3885CB. Grayscale: #898989. Windows color (decimal): -3704268 or 3439303. OLE color: 3439303.
HSL color Cylindrical-coordinate representation of color #C77A34: hue angle of 28.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C77A34 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 52 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.22 |
| HSL | 28.57º | 0.59% | 0.49% | - |
| HSV(B) | 28.57º | 0.74% | 0.78% | - |
| XYZ | 31.13 | 26.31 | 6.69 | - |
| YUV | 137.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 52 | 0 | 0.39 | 0.74 | 0.22 | 28.57 | 0.59 | 0.49 |
| Hex | C7 | 7A | 34 | 0 | 27 | 4A | 16 | 1D | 3B | 31 |
| Octal | 307 | 172 | 64 | 0 | 47 | 112 | 26 | 35 | 73 | 61 |
| Binary | 11000111 | 1111010 | 110100 | 0 | 100111 | 1001010 | 10110 | 11101 | 111011 | 110001 |
Color Harmonies of #C77A34
Complementary color
Monochromatic Colors of #C77A34
Black with #C77A34
Text Example
Text Example
White with #C77A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A34; }
p { color: rgb(199,122,52); }
H1.HeaderClassName
{
color: #C77A34;
}
.AnyTagClassName
{
color: #C77A34;
}
</style>
background-color css
<style>
a { background-color: #C77A34; }
a { background-color: rgb(199,122,52); }
div.DivClassName
{
background-color: #C77A34;
}
.BgClassName
{
background-color: #C77A34;
}
</style>
border-color css
<style>
span { border-color: #C77A34; }
span { border-color: rgb(199,122,52); }
td.TdClassName
{
border-color: #C77A34;
}
.TagClassName
{
border-color: #C77A34;
}
</style>