Shades of Cosmic #705A67
Tints of Cosmic #705A67
RGB
CMYK
RGB Variations
Color information
#705A67 (or 0x705A67) is known color: Cosmic. HEX triplet: 70, 5A and 67. RGB value is (112,90,103). Sum of RGB (Red+Green+Blue) = 112+90+103=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #705A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A67 is #8FA598. Grayscale: #626262. Windows color (decimal): -9414041 or 6773360. OLE color: 6773360.
HSL color Cylindrical-coordinate representation of color #705A67: hue angle of 324.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705A67 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 103 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.56 |
| HSL | 324.55º | 0.11% | 0.4% | - |
| HSV(B) | 324.55º | 0.2% | 0.44% | - |
| XYZ | 12.79 | 11.74 | 14.42 | - |
| YUV | 98.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 103 | 0 | 0.20 | 0.08 | 0.56 | 324.55 | 0.11 | 0.4 |
| Hex | 70 | 5A | 67 | 0 | 14 | 8 | 38 | 145 | B | 28 |
| Octal | 160 | 132 | 147 | 0 | 24 | 10 | 70 | 505 | 13 | 50 |
| Binary | 1110000 | 1011010 | 1100111 | 0 | 10100 | 1000 | 111000 | 101000101 | 1011 | 101000 |
Color Harmonies of #705A67
Complementary color
Monochromatic Colors of #705A67
Black with #705A67
Text Example
Text Example
White with #705A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A67; }
p { color: rgb(112,90,103); }
H1.HeaderClassName
{
color: #705A67;
}
.AnyTagClassName
{
color: #705A67;
}
</style>
background-color css
<style>
a { background-color: #705A67; }
a { background-color: rgb(112,90,103); }
div.DivClassName
{
background-color: #705A67;
}
.BgClassName
{
background-color: #705A67;
}
</style>
border-color css
<style>
span { border-color: #705A67; }
span { border-color: rgb(112,90,103); }
td.TdClassName
{
border-color: #705A67;
}
.TagClassName
{
border-color: #705A67;
}
</style>