Shades of Cosmic #754A69
Tints of Cosmic #754A69
RGB
CMYK
RGB Variations
Color information
#754A69 (or 0x754A69) is known color: Cosmic. HEX triplet: 75, 4A and 69. RGB value is (117,74,105). Sum of RGB (Red+Green+Blue) = 117+74+105=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #754A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A69 is #8AB596. Grayscale: #5A5A5A. Windows color (decimal): -9090455 or 6900341. OLE color: 6900341.
HSL color Cylindrical-coordinate representation of color #754A69: hue angle of 316.74º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A69 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 105 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.54 |
| HSL | 316.74º | 0.23% | 0.37% | - |
| HSV(B) | 316.74º | 0.37% | 0.46% | - |
| XYZ | 12.33 | 9.7 | 14.59 | - |
| YUV | 90.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 105 | 0 | 0.37 | 0.10 | 0.54 | 316.74 | 0.23 | 0.37 |
| Hex | 75 | 4A | 69 | 0 | 25 | A | 36 | 13D | 17 | 25 |
| Octal | 165 | 112 | 151 | 0 | 45 | 12 | 66 | 475 | 27 | 45 |
| Binary | 1110101 | 1001010 | 1101001 | 0 | 100101 | 1010 | 110110 | 100111101 | 10111 | 100101 |
Color Harmonies of #754A69
Complementary color
Monochromatic Colors of #754A69
Black with #754A69
Text Example
Text Example
White with #754A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A69; }
p { color: rgb(117,74,105); }
H1.HeaderClassName
{
color: #754A69;
}
.AnyTagClassName
{
color: #754A69;
}
</style>
background-color css
<style>
a { background-color: #754A69; }
a { background-color: rgb(117,74,105); }
div.DivClassName
{
background-color: #754A69;
}
.BgClassName
{
background-color: #754A69;
}
</style>
border-color css
<style>
span { border-color: #754A69; }
span { border-color: rgb(117,74,105); }
td.TdClassName
{
border-color: #754A69;
}
.TagClassName
{
border-color: #754A69;
}
</style>