Shades of Cosmic #74495E
Tints of Cosmic #74495E
RGB
CMYK
RGB Variations
Color information
#74495E (or 0x74495E) is known color: Cosmic. HEX triplet: 74, 49 and 5E. RGB value is (116,73,94). Sum of RGB (Red+Green+Blue) = 116+73+94=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #74495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74495E is #8BB6A1. Grayscale: #585858. Windows color (decimal): -9156258 or 6179188. OLE color: 6179188.
HSL color Cylindrical-coordinate representation of color #74495E: hue angle of 330.7º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74495E is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 94 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.55 |
| HSL | 330.7º | 0.23% | 0.37% | - |
| HSV(B) | 330.7º | 0.37% | 0.45% | - |
| XYZ | 11.61 | 9.29 | 11.77 | - |
| YUV | 88.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 94 | 0 | 0.37 | 0.19 | 0.55 | 330.7 | 0.23 | 0.37 |
| Hex | 74 | 49 | 5E | 0 | 25 | 13 | 37 | 14B | 17 | 25 |
| Octal | 164 | 111 | 136 | 0 | 45 | 23 | 67 | 513 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1011110 | 0 | 100101 | 10011 | 110111 | 101001011 | 10111 | 100101 |
Color Harmonies of #74495E
Complementary color
Monochromatic Colors of #74495E
Black with #74495E
Text Example
Text Example
White with #74495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74495E; }
p { color: rgb(116,73,94); }
H1.HeaderClassName
{
color: #74495E;
}
.AnyTagClassName
{
color: #74495E;
}
</style>
background-color css
<style>
a { background-color: #74495E; }
a { background-color: rgb(116,73,94); }
div.DivClassName
{
background-color: #74495E;
}
.BgClassName
{
background-color: #74495E;
}
</style>
border-color css
<style>
span { border-color: #74495E; }
span { border-color: rgb(116,73,94); }
td.TdClassName
{
border-color: #74495E;
}
.TagClassName
{
border-color: #74495E;
}
</style>