Shades of Cosmic #734F63
Tints of Cosmic #734F63
RGB
CMYK
RGB Variations
Color information
#734F63 (or 0x734F63) is known color: Cosmic. HEX triplet: 73, 4F and 63. RGB value is (115,79,99). Sum of RGB (Red+Green+Blue) = 115+79+99=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #734F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F63 is #8CB09C. Grayscale: #5C5C5C. Windows color (decimal): -9220253 or 6508403. OLE color: 6508403.
HSL color Cylindrical-coordinate representation of color #734F63: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F63 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 99 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.55 |
| HSL | 326.67º | 0.19% | 0.38% | - |
| HSV(B) | 326.67º | 0.31% | 0.45% | - |
| XYZ | 12.12 | 10.14 | 13.12 | - |
| YUV | 92.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 99 | 0 | 0.31 | 0.14 | 0.55 | 326.67 | 0.19 | 0.38 |
| Hex | 73 | 4F | 63 | 0 | 1F | E | 37 | 147 | 13 | 26 |
| Octal | 163 | 117 | 143 | 0 | 37 | 16 | 67 | 507 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1100011 | 0 | 11111 | 1110 | 110111 | 101000111 | 10011 | 100110 |
Color Harmonies of #734F63
Complementary color
Monochromatic Colors of #734F63
Black with #734F63
Text Example
Text Example
White with #734F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F63; }
p { color: rgb(115,79,99); }
H1.HeaderClassName
{
color: #734F63;
}
.AnyTagClassName
{
color: #734F63;
}
</style>
background-color css
<style>
a { background-color: #734F63; }
a { background-color: rgb(115,79,99); }
div.DivClassName
{
background-color: #734F63;
}
.BgClassName
{
background-color: #734F63;
}
</style>
border-color css
<style>
span { border-color: #734F63; }
span { border-color: rgb(115,79,99); }
td.TdClassName
{
border-color: #734F63;
}
.TagClassName
{
border-color: #734F63;
}
</style>