Shades of Cosmic #754A67
Tints of Cosmic #754A67
RGB
CMYK
RGB Variations
Color information
#754A67 (or 0x754A67) is known color: Cosmic. HEX triplet: 75, 4A and 67. RGB value is (117,74,103). Sum of RGB (Red+Green+Blue) = 117+74+103=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A67 is #8AB598. Grayscale: #5A5A5A. Windows color (decimal): -9090457 or 6769269. OLE color: 6769269.
HSL color Cylindrical-coordinate representation of color #754A67: hue angle of 319.53º 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 #754A67 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 103 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.54 |
| HSL | 319.53º | 0.23% | 0.37% | - |
| HSV(B) | 319.53º | 0.37% | 0.46% | - |
| XYZ | 12.23 | 9.66 | 14.05 | - |
| YUV | 90.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 103 | 0 | 0.37 | 0.12 | 0.54 | 319.53 | 0.23 | 0.37 |
| Hex | 75 | 4A | 67 | 0 | 25 | C | 36 | 140 | 17 | 25 |
| Octal | 165 | 112 | 147 | 0 | 45 | 14 | 66 | 500 | 27 | 45 |
| Binary | 1110101 | 1001010 | 1100111 | 0 | 100101 | 1100 | 110110 | 101000000 | 10111 | 100101 |
Color Harmonies of #754A67
Complementary color
Monochromatic Colors of #754A67
Black with #754A67
Text Example
Text Example
White with #754A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A67; }
p { color: rgb(117,74,103); }
H1.HeaderClassName
{
color: #754A67;
}
.AnyTagClassName
{
color: #754A67;
}
</style>
background-color css
<style>
a { background-color: #754A67; }
a { background-color: rgb(117,74,103); }
div.DivClassName
{
background-color: #754A67;
}
.BgClassName
{
background-color: #754A67;
}
</style>
border-color css
<style>
span { border-color: #754A67; }
span { border-color: rgb(117,74,103); }
td.TdClassName
{
border-color: #754A67;
}
.TagClassName
{
border-color: #754A67;
}
</style>