Shades of Bronze #D77C2C
Tints of Bronze #D77C2C
RGB
CMYK
RGB Variations
Color information
#D77C2C (or 0xD77C2C) is known color: Bronze. HEX triplet: D7, 7C and 2C. RGB value is (215,124,44). Sum of RGB (Red+Green+Blue) = 215+124+44=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C2C is #2883D3. Grayscale: #8E8E8E. Windows color (decimal): -2655188 or 2915543. OLE color: 2915543.
HSL color Cylindrical-coordinate representation of color #D77C2C: hue angle of 28.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D77C2C is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 44 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.16 |
| HSL | 28.07º | 0.68% | 0.51% | - |
| HSV(B) | 28.07º | 0.8% | 0.84% | - |
| XYZ | 35.69 | 29.04 | 6.11 | - |
| YUV | 142.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 44 | 0 | 0.42 | 0.80 | 0.16 | 28.07 | 0.68 | 0.51 |
| Hex | D7 | 7C | 2C | 0 | 2A | 50 | 10 | 1C | 44 | 33 |
| Octal | 327 | 174 | 54 | 0 | 52 | 120 | 20 | 34 | 104 | 63 |
| Binary | 11010111 | 1111100 | 101100 | 0 | 101010 | 1010000 | 10000 | 11100 | 1000100 | 110011 |
Color Harmonies of #D77C2C
Complementary color
Monochromatic Colors of #D77C2C
Black with #D77C2C
Text Example
Text Example
White with #D77C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C2C; }
p { color: rgb(215,124,44); }
H1.HeaderClassName
{
color: #D77C2C;
}
.AnyTagClassName
{
color: #D77C2C;
}
</style>
background-color css
<style>
a { background-color: #D77C2C; }
a { background-color: rgb(215,124,44); }
div.DivClassName
{
background-color: #D77C2C;
}
.BgClassName
{
background-color: #D77C2C;
}
</style>
border-color css
<style>
span { border-color: #D77C2C; }
span { border-color: rgb(215,124,44); }
td.TdClassName
{
border-color: #D77C2C;
}
.TagClassName
{
border-color: #D77C2C;
}
</style>