Shades of Cosmic #745A6A
Tints of Cosmic #745A6A
RGB
CMYK
RGB Variations
Color information
#745A6A (or 0x745A6A) is known color: Cosmic. HEX triplet: 74, 5A and 6A. RGB value is (116,90,106). Sum of RGB (Red+Green+Blue) = 116+90+106=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #745A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A6A is #8BA595. Grayscale: #636363. Windows color (decimal): -9151894 or 6969972. OLE color: 6969972.
HSL color Cylindrical-coordinate representation of color #745A6A: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745A6A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 106 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.55 |
| HSL | 323.08º | 0.13% | 0.4% | - |
| HSV(B) | 323.08º | 0.22% | 0.45% | - |
| XYZ | 13.46 | 12.07 | 15.26 | - |
| YUV | 99.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 106 | 0 | 0.22 | 0.09 | 0.55 | 323.08 | 0.13 | 0.4 |
| Hex | 74 | 5A | 6A | 0 | 16 | 9 | 37 | 143 | D | 28 |
| Octal | 164 | 132 | 152 | 0 | 26 | 11 | 67 | 503 | 15 | 50 |
| Binary | 1110100 | 1011010 | 1101010 | 0 | 10110 | 1001 | 110111 | 101000011 | 1101 | 101000 |
Color Harmonies of #745A6A
Complementary color
Monochromatic Colors of #745A6A
Black with #745A6A
Text Example
Text Example
White with #745A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A6A; }
p { color: rgb(116,90,106); }
H1.HeaderClassName
{
color: #745A6A;
}
.AnyTagClassName
{
color: #745A6A;
}
</style>
background-color css
<style>
a { background-color: #745A6A; }
a { background-color: rgb(116,90,106); }
div.DivClassName
{
background-color: #745A6A;
}
.BgClassName
{
background-color: #745A6A;
}
</style>
border-color css
<style>
span { border-color: #745A6A; }
span { border-color: rgb(116,90,106); }
td.TdClassName
{
border-color: #745A6A;
}
.TagClassName
{
border-color: #745A6A;
}
</style>