Shades of Storm Grey #74748A
Tints of Storm Grey #74748A
RGB
CMYK
RGB Variations
Color information
#74748A (or 0x74748A) is known color: Storm Grey. HEX triplet: 74, 74 and 8A. RGB value is (116,116,138). Sum of RGB (Red+Green+Blue) = 116+116+138=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #74748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74748A is #8B8B75. Grayscale: #767676. Windows color (decimal): -9145206 or 9073780. OLE color: 9073780.
HSL color Cylindrical-coordinate representation of color #74748A: hue angle of 240º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74748A is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 116 | 138 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.46 |
| HSL | 240º | 0.09% | 0.5% | - |
| HSV(B) | 240º | 0.16% | 0.54% | - |
| XYZ | 18.04 | 18.04 | 26.58 | - |
| YUV | 118.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 138 | 0.16 | 0.16 | 0 | 0.46 | 240 | 0.09 | 0.5 |
| Hex | 74 | 74 | 8A | 10 | 10 | 0 | 2E | F0 | 9 | 32 |
| Octal | 164 | 164 | 212 | 20 | 20 | 0 | 56 | 360 | 11 | 62 |
| Binary | 1110100 | 1110100 | 10001010 | 10000 | 10000 | 0 | 101110 | 11110000 | 1001 | 110010 |
Color Harmonies of #74748A
Complementary color
Monochromatic Colors of #74748A
Black with #74748A
Text Example
Text Example
White with #74748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74748A; }
p { color: rgb(116,116,138); }
H1.HeaderClassName
{
color: #74748A;
}
.AnyTagClassName
{
color: #74748A;
}
</style>
background-color css
<style>
a { background-color: #74748A; }
a { background-color: rgb(116,116,138); }
div.DivClassName
{
background-color: #74748A;
}
.BgClassName
{
background-color: #74748A;
}
</style>
border-color css
<style>
span { border-color: #74748A; }
span { border-color: rgb(116,116,138); }
td.TdClassName
{
border-color: #74748A;
}
.TagClassName
{
border-color: #74748A;
}
</style>