Shades of Trendy Pink #8B778B
Tints of Trendy Pink #8B778B
RGB
CMYK
RGB Variations
Color information
#8B778B (or 0x8B778B) is known color: Trendy Pink. HEX triplet: 8B, 77 and 8B. RGB value is (139,119,139). Sum of RGB (Red+Green+Blue) = 139+119+139=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B778B is #748874. Grayscale: #7F7F7F. Windows color (decimal): -7637109 or 9140107. OLE color: 9140107.
HSL color Cylindrical-coordinate representation of color #8B778B: hue angle of 300º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B778B is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 139 | - |
| CMYK | 0 | 0.14 | 0 | 0.45 |
| HSL | 300º | 0.08% | 0.51% | - |
| HSV(B) | 300º | 0.14% | 0.55% | - |
| XYZ | 21.9 | 20.55 | 27.24 | - |
| YUV | 127.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 139 | 0 | 0.14 | 0 | 0.45 | 300 | 0.08 | 0.51 |
| Hex | 8B | 77 | 8B | 0 | E | 0 | 2D | 12C | 8 | 33 |
| Octal | 213 | 167 | 213 | 0 | 16 | 0 | 55 | 454 | 10 | 63 |
| Binary | 10001011 | 1110111 | 10001011 | 0 | 1110 | 0 | 101101 | 100101100 | 1000 | 110011 |
Color Harmonies of #8B778B
Complementary color
Monochromatic Colors of #8B778B
Black with #8B778B
Text Example
Text Example
White with #8B778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B778B; }
p { color: rgb(139,119,139); }
H1.HeaderClassName
{
color: #8B778B;
}
.AnyTagClassName
{
color: #8B778B;
}
</style>
background-color css
<style>
a { background-color: #8B778B; }
a { background-color: rgb(139,119,139); }
div.DivClassName
{
background-color: #8B778B;
}
.BgClassName
{
background-color: #8B778B;
}
</style>
border-color css
<style>
span { border-color: #8B778B; }
span { border-color: rgb(139,119,139); }
td.TdClassName
{
border-color: #8B778B;
}
.TagClassName
{
border-color: #8B778B;
}
</style>