Shades of Bronze #D77F2B
Tints of Bronze #D77F2B
RGB
CMYK
RGB Variations
Color information
#D77F2B (or 0xD77F2B) is known color: Bronze. HEX triplet: D7, 7F and 2B. RGB value is (215,127,43). Sum of RGB (Red+Green+Blue) = 215+127+43=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F2B is #2880D4. Grayscale: #909090. Windows color (decimal): -2654421 or 2850775. OLE color: 2850775.
HSL color Cylindrical-coordinate representation of color #D77F2B: hue angle of 29.3º 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 #D77F2B is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 43 | - |
| CMYK | 0 | 0.41 | 0.8 | 0.16 |
| HSL | 29.3º | 0.68% | 0.51% | - |
| HSV(B) | 29.3º | 0.8% | 0.84% | - |
| XYZ | 36.05 | 29.8 | 6.14 | - |
| YUV | 143.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 43 | 0 | 0.41 | 0.8 | 0.16 | 29.3 | 0.68 | 0.51 |
| Hex | D7 | 7F | 2B | 0 | 29 | 50 | 10 | 1D | 44 | 33 |
| Octal | 327 | 177 | 53 | 0 | 51 | 120 | 20 | 35 | 104 | 63 |
| Binary | 11010111 | 1111111 | 101011 | 0 | 101001 | 1010000 | 10000 | 11101 | 1000100 | 110011 |
Color Harmonies of #D77F2B
Complementary color
Monochromatic Colors of #D77F2B
Black with #D77F2B
Text Example
Text Example
White with #D77F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F2B; }
p { color: rgb(215,127,43); }
H1.HeaderClassName
{
color: #D77F2B;
}
.AnyTagClassName
{
color: #D77F2B;
}
</style>
background-color css
<style>
a { background-color: #D77F2B; }
a { background-color: rgb(215,127,43); }
div.DivClassName
{
background-color: #D77F2B;
}
.BgClassName
{
background-color: #D77F2B;
}
</style>
border-color css
<style>
span { border-color: #D77F2B; }
span { border-color: rgb(215,127,43); }
td.TdClassName
{
border-color: #D77F2B;
}
.TagClassName
{
border-color: #D77F2B;
}
</style>