Shades of Cosmic #734B62
Tints of Cosmic #734B62
RGB
CMYK
RGB Variations
Color information
#734B62 (or 0x734B62) is known color: Cosmic. HEX triplet: 73, 4B and 62. RGB value is (115,75,98). Sum of RGB (Red+Green+Blue) = 115+75+98=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #734B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B62 is #8CB49D. Grayscale: #595959. Windows color (decimal): -9221278 or 6441843. OLE color: 6441843.
HSL color Cylindrical-coordinate representation of color #734B62: hue angle of 325.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734B62 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 98 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.55 |
| HSL | 325.5º | 0.21% | 0.37% | - |
| HSV(B) | 325.5º | 0.35% | 0.45% | - |
| XYZ | 11.79 | 9.56 | 12.78 | - |
| YUV | 89.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 98 | 0 | 0.35 | 0.15 | 0.55 | 325.5 | 0.21 | 0.37 |
| Hex | 73 | 4B | 62 | 0 | 23 | F | 37 | 146 | 15 | 25 |
| Octal | 163 | 113 | 142 | 0 | 43 | 17 | 67 | 506 | 25 | 45 |
| Binary | 1110011 | 1001011 | 1100010 | 0 | 100011 | 1111 | 110111 | 101000110 | 10101 | 100101 |
Color Harmonies of #734B62
Complementary color
Monochromatic Colors of #734B62
Black with #734B62
Text Example
Text Example
White with #734B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B62; }
p { color: rgb(115,75,98); }
H1.HeaderClassName
{
color: #734B62;
}
.AnyTagClassName
{
color: #734B62;
}
</style>
background-color css
<style>
a { background-color: #734B62; }
a { background-color: rgb(115,75,98); }
div.DivClassName
{
background-color: #734B62;
}
.BgClassName
{
background-color: #734B62;
}
</style>
border-color css
<style>
span { border-color: #734B62; }
span { border-color: rgb(115,75,98); }
td.TdClassName
{
border-color: #734B62;
}
.TagClassName
{
border-color: #734B62;
}
</style>