Shades of Bronze #D77D35
Tints of Bronze #D77D35
RGB
CMYK
RGB Variations
Color information
#D77D35 (or 0xD77D35) is known color: Bronze. HEX triplet: D7, 7D and 35. RGB value is (215,125,53). Sum of RGB (Red+Green+Blue) = 215+125+53=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D35 is #2882CA. Grayscale: #909090. Windows color (decimal): -2654923 or 3505623. OLE color: 3505623.
HSL color Cylindrical-coordinate representation of color #D77D35: hue angle of 26.67º 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 #D77D35 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 53 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.16 |
| HSL | 26.67º | 0.67% | 0.53% | - |
| HSV(B) | 26.67º | 0.75% | 0.84% | - |
| XYZ | 36 | 29.37 | 7.14 | - |
| YUV | 143.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 53 | 0 | 0.42 | 0.75 | 0.16 | 26.67 | 0.67 | 0.53 |
| Hex | D7 | 7D | 35 | 0 | 2A | 4B | 10 | 1B | 43 | 35 |
| Octal | 327 | 175 | 65 | 0 | 52 | 113 | 20 | 33 | 103 | 65 |
| Binary | 11010111 | 1111101 | 110101 | 0 | 101010 | 1001011 | 10000 | 11011 | 1000011 | 110101 |
Color Harmonies of #D77D35
Complementary color
Monochromatic Colors of #D77D35
Black with #D77D35
Text Example
Text Example
White with #D77D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D35; }
p { color: rgb(215,125,53); }
H1.HeaderClassName
{
color: #D77D35;
}
.AnyTagClassName
{
color: #D77D35;
}
</style>
background-color css
<style>
a { background-color: #D77D35; }
a { background-color: rgb(215,125,53); }
div.DivClassName
{
background-color: #D77D35;
}
.BgClassName
{
background-color: #D77D35;
}
</style>
border-color css
<style>
span { border-color: #D77D35; }
span { border-color: rgb(215,125,53); }
td.TdClassName
{
border-color: #D77D35;
}
.TagClassName
{
border-color: #D77D35;
}
</style>