Shades of Bronze #D77B36
Tints of Bronze #D77B36
RGB
CMYK
RGB Variations
Color information
#D77B36 (or 0xD77B36) is known color: Bronze. HEX triplet: D7, 7B and 36. RGB value is (215,123,54). Sum of RGB (Red+Green+Blue) = 215+123+54=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77B36 is #2884C9. Grayscale: #8F8F8F. Windows color (decimal): -2655434 or 3570647. OLE color: 3570647.
HSL color Cylindrical-coordinate representation of color #D77B36: hue angle of 25.71º 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 #D77B36 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 54 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.16 |
| HSL | 25.71º | 0.67% | 0.53% | - |
| HSV(B) | 25.71º | 0.75% | 0.84% | - |
| XYZ | 35.77 | 28.88 | 7.18 | - |
| YUV | 142.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 54 | 0 | 0.43 | 0.75 | 0.16 | 25.71 | 0.67 | 0.53 |
| Hex | D7 | 7B | 36 | 0 | 2B | 4B | 10 | 1A | 43 | 35 |
| Octal | 327 | 173 | 66 | 0 | 53 | 113 | 20 | 32 | 103 | 65 |
| Binary | 11010111 | 1111011 | 110110 | 0 | 101011 | 1001011 | 10000 | 11010 | 1000011 | 110101 |
Color Harmonies of #D77B36
Complementary color
Monochromatic Colors of #D77B36
Black with #D77B36
Text Example
Text Example
White with #D77B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B36; }
p { color: rgb(215,123,54); }
H1.HeaderClassName
{
color: #D77B36;
}
.AnyTagClassName
{
color: #D77B36;
}
</style>
background-color css
<style>
a { background-color: #D77B36; }
a { background-color: rgb(215,123,54); }
div.DivClassName
{
background-color: #D77B36;
}
.BgClassName
{
background-color: #D77B36;
}
</style>
border-color css
<style>
span { border-color: #D77B36; }
span { border-color: rgb(215,123,54); }
td.TdClassName
{
border-color: #D77B36;
}
.TagClassName
{
border-color: #D77B36;
}
</style>