Shades of Cosmic #735A67
Tints of Cosmic #735A67
RGB
CMYK
RGB Variations
Color information
#735A67 (or 0x735A67) is known color: Cosmic. HEX triplet: 73, 5A and 67. RGB value is (115,90,103). Sum of RGB (Red+Green+Blue) = 115+90+103=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A67 is #8CA598. Grayscale: #626262. Windows color (decimal): -9217433 or 6773363. OLE color: 6773363.
HSL color Cylindrical-coordinate representation of color #735A67: hue angle of 328.8º degrees, saturation: 0.12, 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 #735A67 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 103 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.55 |
| HSL | 328.8º | 0.12% | 0.4% | - |
| HSV(B) | 328.8º | 0.22% | 0.45% | - |
| XYZ | 13.17 | 11.94 | 14.44 | - |
| YUV | 98.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 103 | 0 | 0.22 | 0.10 | 0.55 | 328.8 | 0.12 | 0.4 |
| Hex | 73 | 5A | 67 | 0 | 16 | A | 37 | 149 | C | 28 |
| Octal | 163 | 132 | 147 | 0 | 26 | 12 | 67 | 511 | 14 | 50 |
| Binary | 1110011 | 1011010 | 1100111 | 0 | 10110 | 1010 | 110111 | 101001001 | 1100 | 101000 |
Color Harmonies of #735A67
Complementary color
Monochromatic Colors of #735A67
Black with #735A67
Text Example
Text Example
White with #735A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A67; }
p { color: rgb(115,90,103); }
H1.HeaderClassName
{
color: #735A67;
}
.AnyTagClassName
{
color: #735A67;
}
</style>
background-color css
<style>
a { background-color: #735A67; }
a { background-color: rgb(115,90,103); }
div.DivClassName
{
background-color: #735A67;
}
.BgClassName
{
background-color: #735A67;
}
</style>
border-color css
<style>
span { border-color: #735A67; }
span { border-color: rgb(115,90,103); }
td.TdClassName
{
border-color: #735A67;
}
.TagClassName
{
border-color: #735A67;
}
</style>