Shades of Pine Glade #B7B77F
Tints of Pine Glade #B7B77F
RGB
CMYK
RGB Variations
Color information
#B7B77F (or 0xB7B77F) is known color: Pine Glade. HEX triplet: B7, B7 and 7F. RGB value is (183,183,127). Sum of RGB (Red+Green+Blue) = 183+183+127=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B77F is #484880. Grayscale: #B0B0B0. Windows color (decimal): -4737153 or 8370103. OLE color: 8370103.
HSL color Cylindrical-coordinate representation of color #B7B77F: hue angle of 60º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7B77F is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 127 | - |
| CMYK | 0 | 0 | 0.31 | 0.28 |
| HSL | 60º | 0.28% | 0.61% | - |
| HSV(B) | 60º | 0.31% | 0.72% | - |
| XYZ | 40.29 | 45.47 | 26.73 | - |
| YUV | 176.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 127 | 0 | 0 | 0.31 | 0.28 | 60 | 0.28 | 0.61 |
| Hex | B7 | B7 | 7F | 0 | 0 | 1F | 1C | 3C | 1C | 3D |
| Octal | 267 | 267 | 177 | 0 | 0 | 37 | 34 | 74 | 34 | 75 |
| Binary | 10110111 | 10110111 | 1111111 | 0 | 0 | 11111 | 11100 | 111100 | 11100 | 111101 |
Color Harmonies of #B7B77F
Complementary color
Monochromatic Colors of #B7B77F
Black with #B7B77F
Text Example
Text Example
White with #B7B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B77F; }
p { color: rgb(183,183,127); }
H1.HeaderClassName
{
color: #B7B77F;
}
.AnyTagClassName
{
color: #B7B77F;
}
</style>
background-color css
<style>
a { background-color: #B7B77F; }
a { background-color: rgb(183,183,127); }
div.DivClassName
{
background-color: #B7B77F;
}
.BgClassName
{
background-color: #B7B77F;
}
</style>
border-color css
<style>
span { border-color: #B7B77F; }
span { border-color: rgb(183,183,127); }
td.TdClassName
{
border-color: #B7B77F;
}
.TagClassName
{
border-color: #B7B77F;
}
</style>