Shades of Cosmic #745C68
Tints of Cosmic #745C68
RGB
CMYK
RGB Variations
Color information
#745C68 (or 0x745C68) is known color: Cosmic. HEX triplet: 74, 5C and 68. RGB value is (116,92,104). Sum of RGB (Red+Green+Blue) = 116+92+104=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #745C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C68 is #8BA397. Grayscale: #646464. Windows color (decimal): -9151384 or 6839412. OLE color: 6839412.
HSL color Cylindrical-coordinate representation of color #745C68: hue angle of 330º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745C68 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 104 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.55 |
| HSL | 330º | 0.12% | 0.41% | - |
| HSV(B) | 330º | 0.21% | 0.45% | - |
| XYZ | 13.53 | 12.37 | 14.77 | - |
| YUV | 100.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 104 | 0 | 0.21 | 0.10 | 0.55 | 330 | 0.12 | 0.41 |
| Hex | 74 | 5C | 68 | 0 | 15 | A | 37 | 14A | C | 29 |
| Octal | 164 | 134 | 150 | 0 | 25 | 12 | 67 | 512 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1101000 | 0 | 10101 | 1010 | 110111 | 101001010 | 1100 | 101001 |
Color Harmonies of #745C68
Complementary color
Monochromatic Colors of #745C68
Black with #745C68
Text Example
Text Example
White with #745C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C68; }
p { color: rgb(116,92,104); }
H1.HeaderClassName
{
color: #745C68;
}
.AnyTagClassName
{
color: #745C68;
}
</style>
background-color css
<style>
a { background-color: #745C68; }
a { background-color: rgb(116,92,104); }
div.DivClassName
{
background-color: #745C68;
}
.BgClassName
{
background-color: #745C68;
}
</style>
border-color css
<style>
span { border-color: #745C68; }
span { border-color: rgb(116,92,104); }
td.TdClassName
{
border-color: #745C68;
}
.TagClassName
{
border-color: #745C68;
}
</style>