Shades of Cosmic #745965
Tints of Cosmic #745965
RGB
CMYK
RGB Variations
Color information
#745965 (or 0x745965) is known color: Cosmic. HEX triplet: 74, 59 and 65. RGB value is (116,89,101). Sum of RGB (Red+Green+Blue) = 116+89+101=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745965 is #8BA69A. Grayscale: #626262. Windows color (decimal): -9152155 or 6642036. OLE color: 6642036.
HSL color Cylindrical-coordinate representation of color #745965: hue angle of 333.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #745965 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 101 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.55 |
| HSL | 333.33º | 0.13% | 0.4% | - |
| HSV(B) | 333.33º | 0.23% | 0.45% | - |
| XYZ | 13.12 | 11.8 | 13.9 | - |
| YUV | 98.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 101 | 0 | 0.23 | 0.13 | 0.55 | 333.33 | 0.13 | 0.4 |
| Hex | 74 | 59 | 65 | 0 | 17 | D | 37 | 14D | D | 28 |
| Octal | 164 | 131 | 145 | 0 | 27 | 15 | 67 | 515 | 15 | 50 |
| Binary | 1110100 | 1011001 | 1100101 | 0 | 10111 | 1101 | 110111 | 101001101 | 1101 | 101000 |
Color Harmonies of #745965
Complementary color
Monochromatic Colors of #745965
Black with #745965
Text Example
Text Example
White with #745965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745965; }
p { color: rgb(116,89,101); }
H1.HeaderClassName
{
color: #745965;
}
.AnyTagClassName
{
color: #745965;
}
</style>
background-color css
<style>
a { background-color: #745965; }
a { background-color: rgb(116,89,101); }
div.DivClassName
{
background-color: #745965;
}
.BgClassName
{
background-color: #745965;
}
</style>
border-color css
<style>
span { border-color: #745965; }
span { border-color: rgb(116,89,101); }
td.TdClassName
{
border-color: #745965;
}
.TagClassName
{
border-color: #745965;
}
</style>