Shades of Cosmic #734F5A
Tints of Cosmic #734F5A
RGB
CMYK
RGB Variations
Color information
#734F5A (or 0x734F5A) is known color: Cosmic. HEX triplet: 73, 4F and 5A. RGB value is (115,79,90). Sum of RGB (Red+Green+Blue) = 115+79+90=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F5A is #8CB0A5. Grayscale: #5B5B5B. Windows color (decimal): -9220262 or 5918579. OLE color: 5918579.
HSL color Cylindrical-coordinate representation of color #734F5A: hue angle of 341.67º 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 #734F5A is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 90 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.55 |
| HSL | 341.67º | 0.19% | 0.38% | - |
| HSV(B) | 341.67º | 0.31% | 0.45% | - |
| XYZ | 11.71 | 9.97 | 10.98 | - |
| YUV | 91.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 90 | 0 | 0.31 | 0.22 | 0.55 | 341.67 | 0.19 | 0.38 |
| Hex | 73 | 4F | 5A | 0 | 1F | 16 | 37 | 156 | 13 | 26 |
| Octal | 163 | 117 | 132 | 0 | 37 | 26 | 67 | 526 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1011010 | 0 | 11111 | 10110 | 110111 | 101010110 | 10011 | 100110 |
Color Harmonies of #734F5A
Complementary color
Monochromatic Colors of #734F5A
Black with #734F5A
Text Example
Text Example
White with #734F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F5A; }
p { color: rgb(115,79,90); }
H1.HeaderClassName
{
color: #734F5A;
}
.AnyTagClassName
{
color: #734F5A;
}
</style>
background-color css
<style>
a { background-color: #734F5A; }
a { background-color: rgb(115,79,90); }
div.DivClassName
{
background-color: #734F5A;
}
.BgClassName
{
background-color: #734F5A;
}
</style>
border-color css
<style>
span { border-color: #734F5A; }
span { border-color: rgb(115,79,90); }
td.TdClassName
{
border-color: #734F5A;
}
.TagClassName
{
border-color: #734F5A;
}
</style>