Shades of Bronze #D77B30
Tints of Bronze #D77B30
RGB
CMYK
RGB Variations
Color information
#D77B30 (or 0xD77B30) is known color: Bronze. HEX triplet: D7, 7B and 30. RGB value is (215,123,48). Sum of RGB (Red+Green+Blue) = 215+123+48=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77B30 is #2884CF. Grayscale: #8E8E8E. Windows color (decimal): -2655440 or 3177431. OLE color: 3177431.
HSL color Cylindrical-coordinate representation of color #D77B30: hue angle of 26.95º 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 #D77B30 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 48 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.16 |
| HSL | 26.95º | 0.68% | 0.52% | - |
| HSV(B) | 26.95º | 0.78% | 0.84% | - |
| XYZ | 35.64 | 28.83 | 6.48 | - |
| YUV | 141.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 48 | 0 | 0.43 | 0.78 | 0.16 | 26.95 | 0.68 | 0.52 |
| Hex | D7 | 7B | 30 | 0 | 2B | 4E | 10 | 1B | 44 | 34 |
| Octal | 327 | 173 | 60 | 0 | 53 | 116 | 20 | 33 | 104 | 64 |
| Binary | 11010111 | 1111011 | 110000 | 0 | 101011 | 1001110 | 10000 | 11011 | 1000100 | 110100 |
Color Harmonies of #D77B30
Complementary color
Monochromatic Colors of #D77B30
Black with #D77B30
Text Example
Text Example
White with #D77B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B30; }
p { color: rgb(215,123,48); }
H1.HeaderClassName
{
color: #D77B30;
}
.AnyTagClassName
{
color: #D77B30;
}
</style>
background-color css
<style>
a { background-color: #D77B30; }
a { background-color: rgb(215,123,48); }
div.DivClassName
{
background-color: #D77B30;
}
.BgClassName
{
background-color: #D77B30;
}
</style>
border-color css
<style>
span { border-color: #D77B30; }
span { border-color: rgb(215,123,48); }
td.TdClassName
{
border-color: #D77B30;
}
.TagClassName
{
border-color: #D77B30;
}
</style>