Shades of Bronze #C7762D
Tints of Bronze #C7762D
RGB
CMYK
RGB Variations
Color information
#C7762D (or 0xC7762D) is known color: Bronze. HEX triplet: C7, 76 and 2D. RGB value is (199,118,45). Sum of RGB (Red+Green+Blue) = 199+118+45=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7762D is #3889D2. Grayscale: #868686. Windows color (decimal): -3705299 or 2979527. OLE color: 2979527.
HSL color Cylindrical-coordinate representation of color #C7762D: hue angle of 28.44º 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 #C7762D is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 45 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.22 |
| HSL | 28.44º | 0.63% | 0.48% | - |
| HSV(B) | 28.44º | 0.77% | 0.78% | - |
| XYZ | 30.51 | 25.29 | 5.76 | - |
| YUV | 133.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 45 | 0 | 0.41 | 0.77 | 0.22 | 28.44 | 0.63 | 0.48 |
| Hex | C7 | 76 | 2D | 0 | 29 | 4D | 16 | 1C | 3F | 30 |
| Octal | 307 | 166 | 55 | 0 | 51 | 115 | 26 | 34 | 77 | 60 |
| Binary | 11000111 | 1110110 | 101101 | 0 | 101001 | 1001101 | 10110 | 11100 | 111111 | 110000 |
Color Harmonies of #C7762D
Complementary color
Monochromatic Colors of #C7762D
Black with #C7762D
Text Example
Text Example
White with #C7762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7762D; }
p { color: rgb(199,118,45); }
H1.HeaderClassName
{
color: #C7762D;
}
.AnyTagClassName
{
color: #C7762D;
}
</style>
background-color css
<style>
a { background-color: #C7762D; }
a { background-color: rgb(199,118,45); }
div.DivClassName
{
background-color: #C7762D;
}
.BgClassName
{
background-color: #C7762D;
}
</style>
border-color css
<style>
span { border-color: #C7762D; }
span { border-color: rgb(199,118,45); }
td.TdClassName
{
border-color: #C7762D;
}
.TagClassName
{
border-color: #C7762D;
}
</style>