Shades of Cosmic #74465B
Tints of Cosmic #74465B
RGB
CMYK
RGB Variations
Color information
#74465B (or 0x74465B) is known color: Cosmic. HEX triplet: 74, 46 and 5B. RGB value is (116,70,91). Sum of RGB (Red+Green+Blue) = 116+70+91=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465B is #8BB9A4. Grayscale: #565656. Windows color (decimal): -9157029 or 5981812. OLE color: 5981812.
HSL color Cylindrical-coordinate representation of color #74465B: hue angle of 332.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74465B is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 91 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.55 |
| HSL | 332.61º | 0.25% | 0.36% | - |
| HSV(B) | 332.61º | 0.4% | 0.45% | - |
| XYZ | 11.28 | 8.85 | 11.01 | - |
| YUV | 86.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 91 | 0 | 0.40 | 0.22 | 0.55 | 332.61 | 0.25 | 0.36 |
| Hex | 74 | 46 | 5B | 0 | 28 | 16 | 37 | 14D | 19 | 24 |
| Octal | 164 | 106 | 133 | 0 | 50 | 26 | 67 | 515 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1011011 | 0 | 101000 | 10110 | 110111 | 101001101 | 11001 | 100100 |
Color Harmonies of #74465B
Complementary color
Monochromatic Colors of #74465B
Black with #74465B
Text Example
Text Example
White with #74465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74465B; }
p { color: rgb(116,70,91); }
H1.HeaderClassName
{
color: #74465B;
}
.AnyTagClassName
{
color: #74465B;
}
</style>
background-color css
<style>
a { background-color: #74465B; }
a { background-color: rgb(116,70,91); }
div.DivClassName
{
background-color: #74465B;
}
.BgClassName
{
background-color: #74465B;
}
</style>
border-color css
<style>
span { border-color: #74465B; }
span { border-color: rgb(116,70,91); }
td.TdClassName
{
border-color: #74465B;
}
.TagClassName
{
border-color: #74465B;
}
</style>