Shades of Cosmic #745D6A
Tints of Cosmic #745D6A
RGB
CMYK
RGB Variations
Color information
#745D6A (or 0x745D6A) is known color: Cosmic. HEX triplet: 74, 5D and 6A. RGB value is (116,93,106). Sum of RGB (Red+Green+Blue) = 116+93+106=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #745D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D6A is #8BA295. Grayscale: #656565. Windows color (decimal): -9151126 or 6970740. OLE color: 6970740.
HSL color Cylindrical-coordinate representation of color #745D6A: hue angle of 326.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D6A is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 106 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.55 |
| HSL | 326.09º | 0.11% | 0.41% | - |
| HSV(B) | 326.09º | 0.2% | 0.45% | - |
| XYZ | 13.72 | 12.58 | 15.34 | - |
| YUV | 101.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 106 | 0 | 0.20 | 0.09 | 0.55 | 326.09 | 0.11 | 0.41 |
| Hex | 74 | 5D | 6A | 0 | 14 | 9 | 37 | 146 | B | 29 |
| Octal | 164 | 135 | 152 | 0 | 24 | 11 | 67 | 506 | 13 | 51 |
| Binary | 1110100 | 1011101 | 1101010 | 0 | 10100 | 1001 | 110111 | 101000110 | 1011 | 101001 |
Color Harmonies of #745D6A
Complementary color
Monochromatic Colors of #745D6A
Black with #745D6A
Text Example
Text Example
White with #745D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D6A; }
p { color: rgb(116,93,106); }
H1.HeaderClassName
{
color: #745D6A;
}
.AnyTagClassName
{
color: #745D6A;
}
</style>
background-color css
<style>
a { background-color: #745D6A; }
a { background-color: rgb(116,93,106); }
div.DivClassName
{
background-color: #745D6A;
}
.BgClassName
{
background-color: #745D6A;
}
</style>
border-color css
<style>
span { border-color: #745D6A; }
span { border-color: rgb(116,93,106); }
td.TdClassName
{
border-color: #745D6A;
}
.TagClassName
{
border-color: #745D6A;
}
</style>