Shades of Cosmic #734F64
Tints of Cosmic #734F64
RGB
CMYK
RGB Variations
Color information
#734F64 (or 0x734F64) is known color: Cosmic. HEX triplet: 73, 4F and 64. RGB value is (115,79,100). Sum of RGB (Red+Green+Blue) = 115+79+100=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #734F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F64 is #8CB09B. Grayscale: #5C5C5C. Windows color (decimal): -9220252 or 6573939. OLE color: 6573939.
HSL color Cylindrical-coordinate representation of color #734F64: hue angle of 325º 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 #734F64 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 100 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.55 |
| HSL | 325º | 0.19% | 0.38% | - |
| HSV(B) | 325º | 0.31% | 0.45% | - |
| XYZ | 12.17 | 10.16 | 13.38 | - |
| YUV | 92.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 100 | 0 | 0.31 | 0.13 | 0.55 | 325 | 0.19 | 0.38 |
| Hex | 73 | 4F | 64 | 0 | 1F | D | 37 | 145 | 13 | 26 |
| Octal | 163 | 117 | 144 | 0 | 37 | 15 | 67 | 505 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1100100 | 0 | 11111 | 1101 | 110111 | 101000101 | 10011 | 100110 |
Color Harmonies of #734F64
Complementary color
Monochromatic Colors of #734F64
Black with #734F64
Text Example
Text Example
White with #734F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F64; }
p { color: rgb(115,79,100); }
H1.HeaderClassName
{
color: #734F64;
}
.AnyTagClassName
{
color: #734F64;
}
</style>
background-color css
<style>
a { background-color: #734F64; }
a { background-color: rgb(115,79,100); }
div.DivClassName
{
background-color: #734F64;
}
.BgClassName
{
background-color: #734F64;
}
</style>
border-color css
<style>
span { border-color: #734F64; }
span { border-color: rgb(115,79,100); }
td.TdClassName
{
border-color: #734F64;
}
.TagClassName
{
border-color: #734F64;
}
</style>