Shades of Cosmic #734D66
Tints of Cosmic #734D66
RGB
CMYK
RGB Variations
Color information
#734D66 (or 0x734D66) is known color: Cosmic. HEX triplet: 73, 4D and 66. RGB value is (115,77,102). Sum of RGB (Red+Green+Blue) = 115+77+102=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #734D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D66 is #8CB299. Grayscale: #5B5B5B. Windows color (decimal): -9220762 or 6704499. OLE color: 6704499.
HSL color Cylindrical-coordinate representation of color #734D66: hue angle of 320.53º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D66 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 102 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.55 |
| HSL | 320.53º | 0.2% | 0.38% | - |
| HSV(B) | 320.53º | 0.33% | 0.45% | - |
| XYZ | 12.12 | 9.91 | 13.84 | - |
| YUV | 91.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 102 | 0 | 0.33 | 0.11 | 0.55 | 320.53 | 0.2 | 0.38 |
| Hex | 73 | 4D | 66 | 0 | 21 | B | 37 | 141 | 14 | 26 |
| Octal | 163 | 115 | 146 | 0 | 41 | 13 | 67 | 501 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1100110 | 0 | 100001 | 1011 | 110111 | 101000001 | 10100 | 100110 |
Color Harmonies of #734D66
Complementary color
Monochromatic Colors of #734D66
Black with #734D66
Text Example
Text Example
White with #734D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D66; }
p { color: rgb(115,77,102); }
H1.HeaderClassName
{
color: #734D66;
}
.AnyTagClassName
{
color: #734D66;
}
</style>
background-color css
<style>
a { background-color: #734D66; }
a { background-color: rgb(115,77,102); }
div.DivClassName
{
background-color: #734D66;
}
.BgClassName
{
background-color: #734D66;
}
</style>
border-color css
<style>
span { border-color: #734D66; }
span { border-color: rgb(115,77,102); }
td.TdClassName
{
border-color: #734D66;
}
.TagClassName
{
border-color: #734D66;
}
</style>