Shades of Bronze #D77E34
Tints of Bronze #D77E34
RGB
CMYK
RGB Variations
Color information
#D77E34 (or 0xD77E34) is known color: Bronze. HEX triplet: D7, 7E and 34. RGB value is (215,126,52). Sum of RGB (Red+Green+Blue) = 215+126+52=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E34 is #2881CB. Grayscale: #909090. Windows color (decimal): -2654668 or 3440343. OLE color: 3440343.
HSL color Cylindrical-coordinate representation of color #D77E34: hue angle of 27.24º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D77E34 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 52 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.16 |
| HSL | 27.24º | 0.67% | 0.52% | - |
| HSV(B) | 27.24º | 0.76% | 0.84% | - |
| XYZ | 36.11 | 29.62 | 7.06 | - |
| YUV | 144.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 52 | 0 | 0.41 | 0.76 | 0.16 | 27.24 | 0.67 | 0.52 |
| Hex | D7 | 7E | 34 | 0 | 29 | 4C | 10 | 1B | 43 | 34 |
| Octal | 327 | 176 | 64 | 0 | 51 | 114 | 20 | 33 | 103 | 64 |
| Binary | 11010111 | 1111110 | 110100 | 0 | 101001 | 1001100 | 10000 | 11011 | 1000011 | 110100 |
Color Harmonies of #D77E34
Complementary color
Monochromatic Colors of #D77E34
Black with #D77E34
Text Example
Text Example
White with #D77E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E34; }
p { color: rgb(215,126,52); }
H1.HeaderClassName
{
color: #D77E34;
}
.AnyTagClassName
{
color: #D77E34;
}
</style>
background-color css
<style>
a { background-color: #D77E34; }
a { background-color: rgb(215,126,52); }
div.DivClassName
{
background-color: #D77E34;
}
.BgClassName
{
background-color: #D77E34;
}
</style>
border-color css
<style>
span { border-color: #D77E34; }
span { border-color: rgb(215,126,52); }
td.TdClassName
{
border-color: #D77E34;
}
.TagClassName
{
border-color: #D77E34;
}
</style>