Shades of Cosmic #734A66
Tints of Cosmic #734A66
RGB
CMYK
RGB Variations
Color information
#734A66 (or 0x734A66) is known color: Cosmic. HEX triplet: 73, 4A and 66. RGB value is (115,74,102). Sum of RGB (Red+Green+Blue) = 115+74+102=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #734A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A66 is #8CB599. Grayscale: #595959. Windows color (decimal): -9221530 or 6703731. OLE color: 6703731.
HSL color Cylindrical-coordinate representation of color #734A66: hue angle of 319.02º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A66 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 102 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.55 |
| HSL | 319.02º | 0.22% | 0.37% | - |
| HSV(B) | 319.02º | 0.36% | 0.45% | - |
| XYZ | 11.92 | 9.5 | 13.78 | - |
| YUV | 89.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 102 | 0 | 0.36 | 0.11 | 0.55 | 319.02 | 0.22 | 0.37 |
| Hex | 73 | 4A | 66 | 0 | 24 | B | 37 | 13F | 16 | 25 |
| Octal | 163 | 112 | 146 | 0 | 44 | 13 | 67 | 477 | 26 | 45 |
| Binary | 1110011 | 1001010 | 1100110 | 0 | 100100 | 1011 | 110111 | 100111111 | 10110 | 100101 |
Color Harmonies of #734A66
Complementary color
Monochromatic Colors of #734A66
Black with #734A66
Text Example
Text Example
White with #734A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A66; }
p { color: rgb(115,74,102); }
H1.HeaderClassName
{
color: #734A66;
}
.AnyTagClassName
{
color: #734A66;
}
</style>
background-color css
<style>
a { background-color: #734A66; }
a { background-color: rgb(115,74,102); }
div.DivClassName
{
background-color: #734A66;
}
.BgClassName
{
background-color: #734A66;
}
</style>
border-color css
<style>
span { border-color: #734A66; }
span { border-color: rgb(115,74,102); }
td.TdClassName
{
border-color: #734A66;
}
.TagClassName
{
border-color: #734A66;
}
</style>