Shades of Cosmic #734F62
Tints of Cosmic #734F62
RGB
CMYK
RGB Variations
Color information
#734F62 (or 0x734F62) is known color: Cosmic. HEX triplet: 73, 4F and 62. RGB value is (115,79,98). Sum of RGB (Red+Green+Blue) = 115+79+98=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #734F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F62 is #8CB09D. Grayscale: #5B5B5B. Windows color (decimal): -9220254 or 6442867. OLE color: 6442867.
HSL color Cylindrical-coordinate representation of color #734F62: hue angle of 328.33º 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 #734F62 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 98 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.55 |
| HSL | 328.33º | 0.19% | 0.38% | - |
| HSV(B) | 328.33º | 0.31% | 0.45% | - |
| XYZ | 12.07 | 10.12 | 12.87 | - |
| YUV | 91.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 98 | 0 | 0.31 | 0.15 | 0.55 | 328.33 | 0.19 | 0.38 |
| Hex | 73 | 4F | 62 | 0 | 1F | F | 37 | 148 | 13 | 26 |
| Octal | 163 | 117 | 142 | 0 | 37 | 17 | 67 | 510 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1100010 | 0 | 11111 | 1111 | 110111 | 101001000 | 10011 | 100110 |
Color Harmonies of #734F62
Complementary color
Monochromatic Colors of #734F62
Black with #734F62
Text Example
Text Example
White with #734F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F62; }
p { color: rgb(115,79,98); }
H1.HeaderClassName
{
color: #734F62;
}
.AnyTagClassName
{
color: #734F62;
}
</style>
background-color css
<style>
a { background-color: #734F62; }
a { background-color: rgb(115,79,98); }
div.DivClassName
{
background-color: #734F62;
}
.BgClassName
{
background-color: #734F62;
}
</style>
border-color css
<style>
span { border-color: #734F62; }
span { border-color: rgb(115,79,98); }
td.TdClassName
{
border-color: #734F62;
}
.TagClassName
{
border-color: #734F62;
}
</style>