Shades of Gossip #8BC777
Tints of Gossip #8BC777
RGB
CMYK
RGB Variations
Color information
#8BC777 (or 0x8BC777) is known color: Gossip. HEX triplet: 8B, C7 and 77. RGB value is (139,199,119). Sum of RGB (Red+Green+Blue) = 139+199+119=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC777 is #743888. Grayscale: #ACACAC. Windows color (decimal): -7616649 or 7849867. OLE color: 7849867.
HSL color Cylindrical-coordinate representation of color #8BC777: hue angle of 105º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC777 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 119 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.22 |
| HSL | 105º | 0.42% | 0.62% | - |
| HSV(B) | 105º | 0.4% | 0.78% | - |
| XYZ | 34.4 | 47.67 | 24.84 | - |
| YUV | 171.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 119 | 0.30 | 0 | 0.40 | 0.22 | 105 | 0.42 | 0.62 |
| Hex | 8B | C7 | 77 | 1E | 0 | 28 | 16 | 69 | 2A | 3E |
| Octal | 213 | 307 | 167 | 36 | 0 | 50 | 26 | 151 | 52 | 76 |
| Binary | 10001011 | 11000111 | 1110111 | 11110 | 0 | 101000 | 10110 | 1101001 | 101010 | 111110 |
Color Harmonies of #8BC777
Complementary color
Monochromatic Colors of #8BC777
Black with #8BC777
Text Example
Text Example
White with #8BC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC777; }
p { color: rgb(139,199,119); }
H1.HeaderClassName
{
color: #8BC777;
}
.AnyTagClassName
{
color: #8BC777;
}
</style>
background-color css
<style>
a { background-color: #8BC777; }
a { background-color: rgb(139,199,119); }
div.DivClassName
{
background-color: #8BC777;
}
.BgClassName
{
background-color: #8BC777;
}
</style>
border-color css
<style>
span { border-color: #8BC777; }
span { border-color: rgb(139,199,119); }
td.TdClassName
{
border-color: #8BC777;
}
.TagClassName
{
border-color: #8BC777;
}
</style>