Shades of Dark Goldenrod #B7780C
Tints of Dark Goldenrod #B7780C
RGB
CMYK
RGB Variations
Color information
#B7780C (or 0xB7780C) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 0C. RGB value is (183,120,12). Sum of RGB (Red+Green+Blue) = 183+120+12=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7780C is #4887F3. Grayscale: #7F7F7F. Windows color (decimal): -4753396 or 817335. OLE color: 817335.
HSL color Cylindrical-coordinate representation of color #B7780C: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7780C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.28 |
| HSL | 37.89º | 0.88% | 0.38% | - |
| HSV(B) | 37.89º | 0.93% | 0.72% | - |
| XYZ | 26.31 | 23.53 | 3.5 | - |
| YUV | 126.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 12 | 0 | 0.34 | 0.93 | 0.28 | 37.89 | 0.88 | 0.38 |
| Hex | B7 | 78 | C | 0 | 22 | 5D | 1C | 26 | 58 | 26 |
| Octal | 267 | 170 | 14 | 0 | 42 | 135 | 34 | 46 | 130 | 46 |
| Binary | 10110111 | 1111000 | 1100 | 0 | 100010 | 1011101 | 11100 | 100110 | 1011000 | 100110 |
Color Harmonies of #B7780C
Complementary color
Monochromatic Colors of #B7780C
Black with #B7780C
Text Example
Text Example
White with #B7780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7780C; }
p { color: rgb(183,120,12); }
H1.HeaderClassName
{
color: #B7780C;
}
.AnyTagClassName
{
color: #B7780C;
}
</style>
background-color css
<style>
a { background-color: #B7780C; }
a { background-color: rgb(183,120,12); }
div.DivClassName
{
background-color: #B7780C;
}
.BgClassName
{
background-color: #B7780C;
}
</style>
border-color css
<style>
span { border-color: #B7780C; }
span { border-color: rgb(183,120,12); }
td.TdClassName
{
border-color: #B7780C;
}
.TagClassName
{
border-color: #B7780C;
}
</style>