Shades of Cosmic #74495F
Tints of Cosmic #74495F
RGB
CMYK
RGB Variations
Color information
#74495F (or 0x74495F) is known color: Cosmic. HEX triplet: 74, 49 and 5F. RGB value is (116,73,95). Sum of RGB (Red+Green+Blue) = 116+73+95=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #74495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74495F is #8BB6A0. Grayscale: #585858. Windows color (decimal): -9156257 or 6244724. OLE color: 6244724.
HSL color Cylindrical-coordinate representation of color #74495F: hue angle of 329.3º 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 #74495F is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 95 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.55 |
| HSL | 329.3º | 0.23% | 0.37% | - |
| HSV(B) | 329.3º | 0.37% | 0.45% | - |
| XYZ | 11.65 | 9.3 | 12.01 | - |
| YUV | 88.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 95 | 0 | 0.37 | 0.18 | 0.55 | 329.3 | 0.23 | 0.37 |
| Hex | 74 | 49 | 5F | 0 | 25 | 12 | 37 | 149 | 17 | 25 |
| Octal | 164 | 111 | 137 | 0 | 45 | 22 | 67 | 511 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1011111 | 0 | 100101 | 10010 | 110111 | 101001001 | 10111 | 100101 |
Color Harmonies of #74495F
Complementary color
Monochromatic Colors of #74495F
Black with #74495F
Text Example
Text Example
White with #74495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74495F; }
p { color: rgb(116,73,95); }
H1.HeaderClassName
{
color: #74495F;
}
.AnyTagClassName
{
color: #74495F;
}
</style>
background-color css
<style>
a { background-color: #74495F; }
a { background-color: rgb(116,73,95); }
div.DivClassName
{
background-color: #74495F;
}
.BgClassName
{
background-color: #74495F;
}
</style>
border-color css
<style>
span { border-color: #74495F; }
span { border-color: rgb(116,73,95); }
td.TdClassName
{
border-color: #74495F;
}
.TagClassName
{
border-color: #74495F;
}
</style>