Shades of Slate Grey #74828C
Tints of Slate Grey #74828C
RGB
CMYK
RGB Variations
Color information
#74828C (or 0x74828C) is known color: Slate Grey. HEX triplet: 74, 82 and 8C. RGB value is (116,130,140). Sum of RGB (Red+Green+Blue) = 116+130+140=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #74828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74828C is #8B7D73. Grayscale: #7E7E7E. Windows color (decimal): -9141620 or 9208436. OLE color: 9208436.
HSL color Cylindrical-coordinate representation of color #74828C: hue angle of 205º 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 #74828C is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 130 | 140 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.45 |
| HSL | 205º | 0.09% | 0.5% | - |
| HSV(B) | 205º | 0.17% | 0.55% | - |
| XYZ | 19.92 | 21.57 | 27.92 | - |
| YUV | 126.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 140 | 0.17 | 0.07 | 0 | 0.45 | 205 | 0.09 | 0.5 |
| Hex | 74 | 82 | 8C | 11 | 7 | 0 | 2D | CD | 9 | 32 |
| Octal | 164 | 202 | 214 | 21 | 7 | 0 | 55 | 315 | 11 | 62 |
| Binary | 1110100 | 10000010 | 10001100 | 10001 | 111 | 0 | 101101 | 11001101 | 1001 | 110010 |
Color Harmonies of #74828C
Complementary color
Monochromatic Colors of #74828C
Black with #74828C
Text Example
Text Example
White with #74828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74828C; }
p { color: rgb(116,130,140); }
H1.HeaderClassName
{
color: #74828C;
}
.AnyTagClassName
{
color: #74828C;
}
</style>
background-color css
<style>
a { background-color: #74828C; }
a { background-color: rgb(116,130,140); }
div.DivClassName
{
background-color: #74828C;
}
.BgClassName
{
background-color: #74828C;
}
</style>
border-color css
<style>
span { border-color: #74828C; }
span { border-color: rgb(116,130,140); }
td.TdClassName
{
border-color: #74828C;
}
.TagClassName
{
border-color: #74828C;
}
</style>