Shades of Cosmic #734E65
Tints of Cosmic #734E65
RGB
CMYK
RGB Variations
Color information
#734E65 (or 0x734E65) is known color: Cosmic. HEX triplet: 73, 4E and 65. RGB value is (115,78,101). Sum of RGB (Red+Green+Blue) = 115+78+101=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #734E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E65 is #8CB19A. Grayscale: #5B5B5B. Windows color (decimal): -9220507 or 6639219. OLE color: 6639219.
HSL color Cylindrical-coordinate representation of color #734E65: hue angle of 322.7º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E65 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 101 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.55 |
| HSL | 322.7º | 0.19% | 0.38% | - |
| HSV(B) | 322.7º | 0.32% | 0.45% | - |
| XYZ | 12.14 | 10.03 | 13.61 | - |
| YUV | 91.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 101 | 0 | 0.32 | 0.12 | 0.55 | 322.7 | 0.19 | 0.38 |
| Hex | 73 | 4E | 65 | 0 | 20 | C | 37 | 143 | 13 | 26 |
| Octal | 163 | 116 | 145 | 0 | 40 | 14 | 67 | 503 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1100101 | 0 | 100000 | 1100 | 110111 | 101000011 | 10011 | 100110 |
Color Harmonies of #734E65
Complementary color
Monochromatic Colors of #734E65
Black with #734E65
Text Example
Text Example
White with #734E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E65; }
p { color: rgb(115,78,101); }
H1.HeaderClassName
{
color: #734E65;
}
.AnyTagClassName
{
color: #734E65;
}
</style>
background-color css
<style>
a { background-color: #734E65; }
a { background-color: rgb(115,78,101); }
div.DivClassName
{
background-color: #734E65;
}
.BgClassName
{
background-color: #734E65;
}
</style>
border-color css
<style>
span { border-color: #734E65; }
span { border-color: rgb(115,78,101); }
td.TdClassName
{
border-color: #734E65;
}
.TagClassName
{
border-color: #734E65;
}
</style>