Shades of Bronze #D77B2F
Tints of Bronze #D77B2F
RGB
CMYK
RGB Variations
Color information
#D77B2F (or 0xD77B2F) is known color: Bronze. HEX triplet: D7, 7B and 2F. RGB value is (215,123,47). Sum of RGB (Red+Green+Blue) = 215+123+47=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77B2F is #2884D0. Grayscale: #8E8E8E. Windows color (decimal): -2655441 or 3111895. OLE color: 3111895.
HSL color Cylindrical-coordinate representation of color #D77B2F: hue angle of 27.14º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D77B2F is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 47 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.16 |
| HSL | 27.14º | 0.68% | 0.51% | - |
| HSV(B) | 27.14º | 0.78% | 0.84% | - |
| XYZ | 35.62 | 28.82 | 6.37 | - |
| YUV | 141.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 47 | 0 | 0.43 | 0.78 | 0.16 | 27.14 | 0.68 | 0.51 |
| Hex | D7 | 7B | 2F | 0 | 2B | 4E | 10 | 1B | 44 | 33 |
| Octal | 327 | 173 | 57 | 0 | 53 | 116 | 20 | 33 | 104 | 63 |
| Binary | 11010111 | 1111011 | 101111 | 0 | 101011 | 1001110 | 10000 | 11011 | 1000100 | 110011 |
Color Harmonies of #D77B2F
Complementary color
Monochromatic Colors of #D77B2F
Black with #D77B2F
Text Example
Text Example
White with #D77B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B2F; }
p { color: rgb(215,123,47); }
H1.HeaderClassName
{
color: #D77B2F;
}
.AnyTagClassName
{
color: #D77B2F;
}
</style>
background-color css
<style>
a { background-color: #D77B2F; }
a { background-color: rgb(215,123,47); }
div.DivClassName
{
background-color: #D77B2F;
}
.BgClassName
{
background-color: #D77B2F;
}
</style>
border-color css
<style>
span { border-color: #D77B2F; }
span { border-color: rgb(215,123,47); }
td.TdClassName
{
border-color: #D77B2F;
}
.TagClassName
{
border-color: #D77B2F;
}
</style>