Shades of Slate Grey #74808C
Tints of Slate Grey #74808C
RGB
CMYK
RGB Variations
Color information
#74808C (or 0x74808C) is known color: Slate Grey. HEX triplet: 74, 80 and 8C. RGB value is (116,128,140). Sum of RGB (Red+Green+Blue) = 116+128+140=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #74808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74808C is #8B7F73. Grayscale: #7D7D7D. Windows color (decimal): -9142132 or 9207924. OLE color: 9207924.
HSL color Cylindrical-coordinate representation of color #74808C: 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.17%. Process color model (Four color, CMYK) of #74808C is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 128 | 140 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.45 |
| HSL | 210º | 0.09% | 0.5% | - |
| HSV(B) | 210º | 0.17% | 0.55% | - |
| XYZ | 19.66 | 21.04 | 27.84 | - |
| YUV | 125.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 140 | 0.17 | 0.09 | 0 | 0.45 | 210 | 0.09 | 0.5 |
| Hex | 74 | 80 | 8C | 11 | 9 | 0 | 2D | D2 | 9 | 32 |
| Octal | 164 | 200 | 214 | 21 | 11 | 0 | 55 | 322 | 11 | 62 |
| Binary | 1110100 | 10000000 | 10001100 | 10001 | 1001 | 0 | 101101 | 11010010 | 1001 | 110010 |
Color Harmonies of #74808C
Complementary color
Monochromatic Colors of #74808C
Black with #74808C
Text Example
Text Example
White with #74808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74808C; }
p { color: rgb(116,128,140); }
H1.HeaderClassName
{
color: #74808C;
}
.AnyTagClassName
{
color: #74808C;
}
</style>
background-color css
<style>
a { background-color: #74808C; }
a { background-color: rgb(116,128,140); }
div.DivClassName
{
background-color: #74808C;
}
.BgClassName
{
background-color: #74808C;
}
</style>
border-color css
<style>
span { border-color: #74808C; }
span { border-color: rgb(116,128,140); }
td.TdClassName
{
border-color: #74808C;
}
.TagClassName
{
border-color: #74808C;
}
</style>