Shades of Cosmic #74465C
Tints of Cosmic #74465C
RGB
CMYK
RGB Variations
Color information
#74465C (or 0x74465C) is known color: Cosmic. HEX triplet: 74, 46 and 5C. RGB value is (116,70,92). Sum of RGB (Red+Green+Blue) = 116+70+92=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465C is #8BB9A3. Grayscale: #565656. Windows color (decimal): -9157028 or 6047348. OLE color: 6047348.
HSL color Cylindrical-coordinate representation of color #74465C: hue angle of 331.3º 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 #74465C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 92 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.55 |
| HSL | 331.3º | 0.25% | 0.36% | - |
| HSV(B) | 331.3º | 0.4% | 0.45% | - |
| XYZ | 11.32 | 8.87 | 11.24 | - |
| YUV | 86.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 92 | 0 | 0.40 | 0.21 | 0.55 | 331.3 | 0.25 | 0.36 |
| Hex | 74 | 46 | 5C | 0 | 28 | 15 | 37 | 14B | 19 | 24 |
| Octal | 164 | 106 | 134 | 0 | 50 | 25 | 67 | 513 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1011100 | 0 | 101000 | 10101 | 110111 | 101001011 | 11001 | 100100 |
Color Harmonies of #74465C
Complementary color
Monochromatic Colors of #74465C
Black with #74465C
Text Example
Text Example
White with #74465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74465C; }
p { color: rgb(116,70,92); }
H1.HeaderClassName
{
color: #74465C;
}
.AnyTagClassName
{
color: #74465C;
}
</style>
background-color css
<style>
a { background-color: #74465C; }
a { background-color: rgb(116,70,92); }
div.DivClassName
{
background-color: #74465C;
}
.BgClassName
{
background-color: #74465C;
}
</style>
border-color css
<style>
span { border-color: #74465C; }
span { border-color: rgb(116,70,92); }
td.TdClassName
{
border-color: #74465C;
}
.TagClassName
{
border-color: #74465C;
}
</style>