Shades of Cosmic #745665
Tints of Cosmic #745665
RGB
CMYK
RGB Variations
Color information
#745665 (or 0x745665) is known color: Cosmic. HEX triplet: 74, 56 and 65. RGB value is (116,86,101). Sum of RGB (Red+Green+Blue) = 116+86+101=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #745665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745665 is #8BA99A. Grayscale: #606060. Windows color (decimal): -9152923 or 6641268. OLE color: 6641268.
HSL color Cylindrical-coordinate representation of color #745665: hue angle of 330º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745665 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 101 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.55 |
| HSL | 330º | 0.15% | 0.4% | - |
| HSV(B) | 330º | 0.26% | 0.45% | - |
| XYZ | 12.88 | 11.31 | 13.82 | - |
| YUV | 96.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 101 | 0 | 0.26 | 0.13 | 0.55 | 330 | 0.15 | 0.4 |
| Hex | 74 | 56 | 65 | 0 | 1A | D | 37 | 14A | F | 28 |
| Octal | 164 | 126 | 145 | 0 | 32 | 15 | 67 | 512 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1100101 | 0 | 11010 | 1101 | 110111 | 101001010 | 1111 | 101000 |
Color Harmonies of #745665
Complementary color
Monochromatic Colors of #745665
Black with #745665
Text Example
Text Example
White with #745665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745665; }
p { color: rgb(116,86,101); }
H1.HeaderClassName
{
color: #745665;
}
.AnyTagClassName
{
color: #745665;
}
</style>
background-color css
<style>
a { background-color: #745665; }
a { background-color: rgb(116,86,101); }
div.DivClassName
{
background-color: #745665;
}
.BgClassName
{
background-color: #745665;
}
</style>
border-color css
<style>
span { border-color: #745665; }
span { border-color: rgb(116,86,101); }
td.TdClassName
{
border-color: #745665;
}
.TagClassName
{
border-color: #745665;
}
</style>