Shades of Cosmic #734F5B
Tints of Cosmic #734F5B
RGB
CMYK
RGB Variations
Color information
#734F5B (or 0x734F5B) is known color: Cosmic. HEX triplet: 73, 4F and 5B. RGB value is (115,79,91). Sum of RGB (Red+Green+Blue) = 115+79+91=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F5B is #8CB0A4. Grayscale: #5B5B5B. Windows color (decimal): -9220261 or 5984115. OLE color: 5984115.
HSL color Cylindrical-coordinate representation of color #734F5B: hue angle of 340º 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 #734F5B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 91 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.55 |
| HSL | 340º | 0.19% | 0.38% | - |
| HSV(B) | 340º | 0.31% | 0.45% | - |
| XYZ | 11.75 | 9.99 | 11.21 | - |
| YUV | 91.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 91 | 0 | 0.31 | 0.21 | 0.55 | 340 | 0.19 | 0.38 |
| Hex | 73 | 4F | 5B | 0 | 1F | 15 | 37 | 154 | 13 | 26 |
| Octal | 163 | 117 | 133 | 0 | 37 | 25 | 67 | 524 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1011011 | 0 | 11111 | 10101 | 110111 | 101010100 | 10011 | 100110 |
Color Harmonies of #734F5B
Complementary color
Monochromatic Colors of #734F5B
Black with #734F5B
Text Example
Text Example
White with #734F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F5B; }
p { color: rgb(115,79,91); }
H1.HeaderClassName
{
color: #734F5B;
}
.AnyTagClassName
{
color: #734F5B;
}
</style>
background-color css
<style>
a { background-color: #734F5B; }
a { background-color: rgb(115,79,91); }
div.DivClassName
{
background-color: #734F5B;
}
.BgClassName
{
background-color: #734F5B;
}
</style>
border-color css
<style>
span { border-color: #734F5B; }
span { border-color: rgb(115,79,91); }
td.TdClassName
{
border-color: #734F5B;
}
.TagClassName
{
border-color: #734F5B;
}
</style>