Shades of Bronze #D77C36
Tints of Bronze #D77C36
RGB
CMYK
RGB Variations
Color information
#D77C36 (or 0xD77C36) is known color: Bronze. HEX triplet: D7, 7C and 36. RGB value is (215,124,54). Sum of RGB (Red+Green+Blue) = 215+124+54=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C36 is #2883C9. Grayscale: #8F8F8F. Windows color (decimal): -2655178 or 3570903. OLE color: 3570903.
HSL color Cylindrical-coordinate representation of color #D77C36: hue angle of 26.09º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D77C36 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 54 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.16 |
| HSL | 26.09º | 0.67% | 0.53% | - |
| HSV(B) | 26.09º | 0.75% | 0.84% | - |
| XYZ | 35.9 | 29.13 | 7.22 | - |
| YUV | 143.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 54 | 0 | 0.42 | 0.75 | 0.16 | 26.09 | 0.67 | 0.53 |
| Hex | D7 | 7C | 36 | 0 | 2A | 4B | 10 | 1A | 43 | 35 |
| Octal | 327 | 174 | 66 | 0 | 52 | 113 | 20 | 32 | 103 | 65 |
| Binary | 11010111 | 1111100 | 110110 | 0 | 101010 | 1001011 | 10000 | 11010 | 1000011 | 110101 |
Color Harmonies of #D77C36
Complementary color
Monochromatic Colors of #D77C36
Black with #D77C36
Text Example
Text Example
White with #D77C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C36; }
p { color: rgb(215,124,54); }
H1.HeaderClassName
{
color: #D77C36;
}
.AnyTagClassName
{
color: #D77C36;
}
</style>
background-color css
<style>
a { background-color: #D77C36; }
a { background-color: rgb(215,124,54); }
div.DivClassName
{
background-color: #D77C36;
}
.BgClassName
{
background-color: #D77C36;
}
</style>
border-color css
<style>
span { border-color: #D77C36; }
span { border-color: rgb(215,124,54); }
td.TdClassName
{
border-color: #D77C36;
}
.TagClassName
{
border-color: #D77C36;
}
</style>