Shades of Slate Grey #74828B
Tints of Slate Grey #74828B
RGB
CMYK
RGB Variations
Color information
#74828B (or 0x74828B) is known color: Slate Grey. HEX triplet: 74, 82 and 8B. RGB value is (116,130,139). Sum of RGB (Red+Green+Blue) = 116+130+139=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #74828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74828B is #8B7D74. Grayscale: #7E7E7E. Windows color (decimal): -9141621 or 9142900. OLE color: 9142900.
HSL color Cylindrical-coordinate representation of color #74828B: hue angle of 203.48º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74828B is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 130 | 139 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.45 |
| HSL | 203.48º | 0.09% | 0.5% | - |
| HSV(B) | 203.48º | 0.17% | 0.55% | - |
| XYZ | 19.85 | 21.54 | 27.54 | - |
| YUV | 126.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 139 | 0.17 | 0.06 | 0 | 0.45 | 203.48 | 0.09 | 0.5 |
| Hex | 74 | 82 | 8B | 11 | 6 | 0 | 2D | CB | 9 | 32 |
| Octal | 164 | 202 | 213 | 21 | 6 | 0 | 55 | 313 | 11 | 62 |
| Binary | 1110100 | 10000010 | 10001011 | 10001 | 110 | 0 | 101101 | 11001011 | 1001 | 110010 |
Color Harmonies of #74828B
Complementary color
Monochromatic Colors of #74828B
Black with #74828B
Text Example
Text Example
White with #74828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74828B; }
p { color: rgb(116,130,139); }
H1.HeaderClassName
{
color: #74828B;
}
.AnyTagClassName
{
color: #74828B;
}
</style>
background-color css
<style>
a { background-color: #74828B; }
a { background-color: rgb(116,130,139); }
div.DivClassName
{
background-color: #74828B;
}
.BgClassName
{
background-color: #74828B;
}
</style>
border-color css
<style>
span { border-color: #74828B; }
span { border-color: rgb(116,130,139); }
td.TdClassName
{
border-color: #74828B;
}
.TagClassName
{
border-color: #74828B;
}
</style>