Shades of Cosmic #74475A
Tints of Cosmic #74475A
RGB
CMYK
RGB Variations
Color information
#74475A (or 0x74475A) is known color: Cosmic. HEX triplet: 74, 47 and 5A. RGB value is (116,71,90). Sum of RGB (Red+Green+Blue) = 116+71+90=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74475A is #8BB8A5. Grayscale: #565656. Windows color (decimal): -9156774 or 5916532. OLE color: 5916532.
HSL color Cylindrical-coordinate representation of color #74475A: hue angle of 334.67º 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 #74475A is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 90 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.55 |
| HSL | 334.67º | 0.24% | 0.37% | - |
| HSV(B) | 334.67º | 0.39% | 0.45% | - |
| XYZ | 11.3 | 8.96 | 10.81 | - |
| YUV | 86.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 90 | 0 | 0.39 | 0.22 | 0.55 | 334.67 | 0.24 | 0.37 |
| Hex | 74 | 47 | 5A | 0 | 27 | 16 | 37 | 14F | 18 | 25 |
| Octal | 164 | 107 | 132 | 0 | 47 | 26 | 67 | 517 | 30 | 45 |
| Binary | 1110100 | 1000111 | 1011010 | 0 | 100111 | 10110 | 110111 | 101001111 | 11000 | 100101 |
Color Harmonies of #74475A
Complementary color
Monochromatic Colors of #74475A
Black with #74475A
Text Example
Text Example
White with #74475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74475A; }
p { color: rgb(116,71,90); }
H1.HeaderClassName
{
color: #74475A;
}
.AnyTagClassName
{
color: #74475A;
}
</style>
background-color css
<style>
a { background-color: #74475A; }
a { background-color: rgb(116,71,90); }
div.DivClassName
{
background-color: #74475A;
}
.BgClassName
{
background-color: #74475A;
}
</style>
border-color css
<style>
span { border-color: #74475A; }
span { border-color: rgb(116,71,90); }
td.TdClassName
{
border-color: #74475A;
}
.TagClassName
{
border-color: #74475A;
}
</style>