Shades of Bronze #D77E32
Tints of Bronze #D77E32
RGB
CMYK
RGB Variations
Color information
#D77E32 (or 0xD77E32) is known color: Bronze. HEX triplet: D7, 7E and 32. RGB value is (215,126,50). Sum of RGB (Red+Green+Blue) = 215+126+50=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E32 is #2881CD. Grayscale: #909090. Windows color (decimal): -2654670 or 3309271. OLE color: 3309271.
HSL color Cylindrical-coordinate representation of color #D77E32: hue angle of 27.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D77E32 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 50 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.16 |
| HSL | 27.64º | 0.67% | 0.52% | - |
| HSV(B) | 27.64º | 0.77% | 0.84% | - |
| XYZ | 36.06 | 29.6 | 6.83 | - |
| YUV | 143.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 50 | 0 | 0.41 | 0.77 | 0.16 | 27.64 | 0.67 | 0.52 |
| Hex | D7 | 7E | 32 | 0 | 29 | 4D | 10 | 1C | 43 | 34 |
| Octal | 327 | 176 | 62 | 0 | 51 | 115 | 20 | 34 | 103 | 64 |
| Binary | 11010111 | 1111110 | 110010 | 0 | 101001 | 1001101 | 10000 | 11100 | 1000011 | 110100 |
Color Harmonies of #D77E32
Complementary color
Monochromatic Colors of #D77E32
Black with #D77E32
Text Example
Text Example
White with #D77E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E32; }
p { color: rgb(215,126,50); }
H1.HeaderClassName
{
color: #D77E32;
}
.AnyTagClassName
{
color: #D77E32;
}
</style>
background-color css
<style>
a { background-color: #D77E32; }
a { background-color: rgb(215,126,50); }
div.DivClassName
{
background-color: #D77E32;
}
.BgClassName
{
background-color: #D77E32;
}
</style>
border-color css
<style>
span { border-color: #D77E32; }
span { border-color: rgb(215,126,50); }
td.TdClassName
{
border-color: #D77E32;
}
.TagClassName
{
border-color: #D77E32;
}
</style>