Shades of Cosmic #734F68
Tints of Cosmic #734F68
RGB
CMYK
RGB Variations
Color information
#734F68 (or 0x734F68) is known color: Cosmic. HEX triplet: 73, 4F and 68. RGB value is (115,79,104). Sum of RGB (Red+Green+Blue) = 115+79+104=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #734F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F68 is #8CB097. Grayscale: #5C5C5C. Windows color (decimal): -9220248 or 6836083. OLE color: 6836083.
HSL color Cylindrical-coordinate representation of color #734F68: hue angle of 318.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 #734F68 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 104 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.55 |
| HSL | 318.33º | 0.19% | 0.38% | - |
| HSV(B) | 318.33º | 0.31% | 0.45% | - |
| XYZ | 12.36 | 10.24 | 14.42 | - |
| YUV | 92.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 104 | 0 | 0.31 | 0.10 | 0.55 | 318.33 | 0.19 | 0.38 |
| Hex | 73 | 4F | 68 | 0 | 1F | A | 37 | 13E | 13 | 26 |
| Octal | 163 | 117 | 150 | 0 | 37 | 12 | 67 | 476 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1101000 | 0 | 11111 | 1010 | 110111 | 100111110 | 10011 | 100110 |
Color Harmonies of #734F68
Complementary color
Monochromatic Colors of #734F68
Black with #734F68
Text Example
Text Example
White with #734F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F68; }
p { color: rgb(115,79,104); }
H1.HeaderClassName
{
color: #734F68;
}
.AnyTagClassName
{
color: #734F68;
}
</style>
background-color css
<style>
a { background-color: #734F68; }
a { background-color: rgb(115,79,104); }
div.DivClassName
{
background-color: #734F68;
}
.BgClassName
{
background-color: #734F68;
}
</style>
border-color css
<style>
span { border-color: #734F68; }
span { border-color: rgb(115,79,104); }
td.TdClassName
{
border-color: #734F68;
}
.TagClassName
{
border-color: #734F68;
}
</style>