Shades of Cosmic #74475F
Tints of Cosmic #74475F
RGB
CMYK
RGB Variations
Color information
#74475F (or 0x74475F) is known color: Cosmic. HEX triplet: 74, 47 and 5F. RGB value is (116,71,95). Sum of RGB (Red+Green+Blue) = 116+71+95=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74475F is #8BB8A0. Grayscale: #575757. Windows color (decimal): -9156769 or 6244212. OLE color: 6244212.
HSL color Cylindrical-coordinate representation of color #74475F: hue angle of 328º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74475F is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 95 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.55 |
| HSL | 328º | 0.24% | 0.37% | - |
| HSV(B) | 328º | 0.39% | 0.45% | - |
| XYZ | 11.52 | 9.05 | 11.97 | - |
| YUV | 87.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 95 | 0 | 0.39 | 0.18 | 0.55 | 328 | 0.24 | 0.37 |
| Hex | 74 | 47 | 5F | 0 | 27 | 12 | 37 | 148 | 18 | 25 |
| Octal | 164 | 107 | 137 | 0 | 47 | 22 | 67 | 510 | 30 | 45 |
| Binary | 1110100 | 1000111 | 1011111 | 0 | 100111 | 10010 | 110111 | 101001000 | 11000 | 100101 |
Color Harmonies of #74475F
Complementary color
Monochromatic Colors of #74475F
Black with #74475F
Text Example
Text Example
White with #74475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74475F; }
p { color: rgb(116,71,95); }
H1.HeaderClassName
{
color: #74475F;
}
.AnyTagClassName
{
color: #74475F;
}
</style>
background-color css
<style>
a { background-color: #74475F; }
a { background-color: rgb(116,71,95); }
div.DivClassName
{
background-color: #74475F;
}
.BgClassName
{
background-color: #74475F;
}
</style>
border-color css
<style>
span { border-color: #74475F; }
span { border-color: rgb(116,71,95); }
td.TdClassName
{
border-color: #74475F;
}
.TagClassName
{
border-color: #74475F;
}
</style>