Shades of Cosmic #745565
Tints of Cosmic #745565
RGB
CMYK
RGB Variations
Color information
#745565 (or 0x745565) is known color: Cosmic. HEX triplet: 74, 55 and 65. RGB value is (116,85,101). Sum of RGB (Red+Green+Blue) = 116+85+101=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745565 is #8BAA9A. Grayscale: #606060. Windows color (decimal): -9153179 or 6641012. OLE color: 6641012.
HSL color Cylindrical-coordinate representation of color #745565: hue angle of 329.03º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745565 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 101 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.55 |
| HSL | 329.03º | 0.15% | 0.39% | - |
| HSV(B) | 329.03º | 0.27% | 0.45% | - |
| XYZ | 12.8 | 11.15 | 13.79 | - |
| YUV | 96.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 101 | 0 | 0.27 | 0.13 | 0.55 | 329.03 | 0.15 | 0.39 |
| Hex | 74 | 55 | 65 | 0 | 1B | D | 37 | 149 | F | 27 |
| Octal | 164 | 125 | 145 | 0 | 33 | 15 | 67 | 511 | 17 | 47 |
| Binary | 1110100 | 1010101 | 1100101 | 0 | 11011 | 1101 | 110111 | 101001001 | 1111 | 100111 |
Color Harmonies of #745565
Complementary color
Monochromatic Colors of #745565
Black with #745565
Text Example
Text Example
White with #745565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745565; }
p { color: rgb(116,85,101); }
H1.HeaderClassName
{
color: #745565;
}
.AnyTagClassName
{
color: #745565;
}
</style>
background-color css
<style>
a { background-color: #745565; }
a { background-color: rgb(116,85,101); }
div.DivClassName
{
background-color: #745565;
}
.BgClassName
{
background-color: #745565;
}
</style>
border-color css
<style>
span { border-color: #745565; }
span { border-color: rgb(116,85,101); }
td.TdClassName
{
border-color: #745565;
}
.TagClassName
{
border-color: #745565;
}
</style>