Shades of Slate Grey #75808B
Tints of Slate Grey #75808B
RGB
CMYK
RGB Variations
Color information
#75808B (or 0x75808B) is known color: Slate Grey. HEX triplet: 75, 80 and 8B. RGB value is (117,128,139). Sum of RGB (Red+Green+Blue) = 117+128+139=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #75808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808B is #8A7F74. Grayscale: #7D7D7D. Windows color (decimal): -9076597 or 9142389. OLE color: 9142389.
HSL color Cylindrical-coordinate representation of color #75808B: hue angle of 210º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75808B is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 128 | 139 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.45 |
| HSL | 210º | 0.09% | 0.5% | - |
| HSV(B) | 210º | 0.16% | 0.55% | - |
| XYZ | 19.72 | 21.08 | 27.46 | - |
| YUV | 125.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 139 | 0.16 | 0.08 | 0 | 0.45 | 210 | 0.09 | 0.5 |
| Hex | 75 | 80 | 8B | 10 | 8 | 0 | 2D | D2 | 9 | 32 |
| Octal | 165 | 200 | 213 | 20 | 10 | 0 | 55 | 322 | 11 | 62 |
| Binary | 1110101 | 10000000 | 10001011 | 10000 | 1000 | 0 | 101101 | 11010010 | 1001 | 110010 |
Color Harmonies of #75808B
Complementary color
Monochromatic Colors of #75808B
Black with #75808B
Text Example
Text Example
White with #75808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75808B; }
p { color: rgb(117,128,139); }
H1.HeaderClassName
{
color: #75808B;
}
.AnyTagClassName
{
color: #75808B;
}
</style>
background-color css
<style>
a { background-color: #75808B; }
a { background-color: rgb(117,128,139); }
div.DivClassName
{
background-color: #75808B;
}
.BgClassName
{
background-color: #75808B;
}
</style>
border-color css
<style>
span { border-color: #75808B; }
span { border-color: rgb(117,128,139); }
td.TdClassName
{
border-color: #75808B;
}
.TagClassName
{
border-color: #75808B;
}
</style>