Shades of Slate Grey #78838B
Tints of Slate Grey #78838B
RGB
CMYK
RGB Variations
Color information
#78838B (or 0x78838B) is known color: Slate Grey. HEX triplet: 78, 83 and 8B. RGB value is (120,131,139). Sum of RGB (Red+Green+Blue) = 120+131+139=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #78838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78838B is #877C74. Grayscale: #808080. Windows color (decimal): -8879221 or 9143160. OLE color: 9143160.
HSL color Cylindrical-coordinate representation of color #78838B: hue angle of 205.26º 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 #78838B is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 131 | 139 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.45 |
| HSL | 205.26º | 0.08% | 0.51% | - |
| HSV(B) | 205.26º | 0.14% | 0.55% | - |
| XYZ | 20.52 | 22.09 | 27.61 | - |
| YUV | 128.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 139 | 0.14 | 0.06 | 0 | 0.45 | 205.26 | 0.08 | 0.51 |
| Hex | 78 | 83 | 8B | E | 6 | 0 | 2D | CD | 8 | 33 |
| Octal | 170 | 203 | 213 | 16 | 6 | 0 | 55 | 315 | 10 | 63 |
| Binary | 1111000 | 10000011 | 10001011 | 1110 | 110 | 0 | 101101 | 11001101 | 1000 | 110011 |
Color Harmonies of #78838B
Complementary color
Monochromatic Colors of #78838B
Black with #78838B
Text Example
Text Example
White with #78838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78838B; }
p { color: rgb(120,131,139); }
H1.HeaderClassName
{
color: #78838B;
}
.AnyTagClassName
{
color: #78838B;
}
</style>
background-color css
<style>
a { background-color: #78838B; }
a { background-color: rgb(120,131,139); }
div.DivClassName
{
background-color: #78838B;
}
.BgClassName
{
background-color: #78838B;
}
</style>
border-color css
<style>
span { border-color: #78838B; }
span { border-color: rgb(120,131,139); }
td.TdClassName
{
border-color: #78838B;
}
.TagClassName
{
border-color: #78838B;
}
</style>