Shades of Bronze #D77C30
Tints of Bronze #D77C30
RGB
CMYK
RGB Variations
Color information
#D77C30 (or 0xD77C30) is known color: Bronze. HEX triplet: D7, 7C and 30. RGB value is (215,124,48). Sum of RGB (Red+Green+Blue) = 215+124+48=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C30 is #2883CF. Grayscale: #8E8E8E. Windows color (decimal): -2655184 or 3177687. OLE color: 3177687.
HSL color Cylindrical-coordinate representation of color #D77C30: hue angle of 27.31º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D77C30 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 48 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.16 |
| HSL | 27.31º | 0.68% | 0.52% | - |
| HSV(B) | 27.31º | 0.78% | 0.84% | - |
| XYZ | 35.77 | 29.08 | 6.52 | - |
| YUV | 142.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 48 | 0 | 0.42 | 0.78 | 0.16 | 27.31 | 0.68 | 0.52 |
| Hex | D7 | 7C | 30 | 0 | 2A | 4E | 10 | 1B | 44 | 34 |
| Octal | 327 | 174 | 60 | 0 | 52 | 116 | 20 | 33 | 104 | 64 |
| Binary | 11010111 | 1111100 | 110000 | 0 | 101010 | 1001110 | 10000 | 11011 | 1000100 | 110100 |
Color Harmonies of #D77C30
Complementary color
Monochromatic Colors of #D77C30
Black with #D77C30
Text Example
Text Example
White with #D77C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C30; }
p { color: rgb(215,124,48); }
H1.HeaderClassName
{
color: #D77C30;
}
.AnyTagClassName
{
color: #D77C30;
}
</style>
background-color css
<style>
a { background-color: #D77C30; }
a { background-color: rgb(215,124,48); }
div.DivClassName
{
background-color: #D77C30;
}
.BgClassName
{
background-color: #D77C30;
}
</style>
border-color css
<style>
span { border-color: #D77C30; }
span { border-color: rgb(215,124,48); }
td.TdClassName
{
border-color: #D77C30;
}
.TagClassName
{
border-color: #D77C30;
}
</style>