Shades of Cosmic #775565
Tints of Cosmic #775565
RGB
CMYK
RGB Variations
Color information
#775565 (or 0x775565) is known color: Cosmic. HEX triplet: 77, 55 and 65. RGB value is (119,85,101). Sum of RGB (Red+Green+Blue) = 119+85+101=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775565 is #88AA9A. Grayscale: #606060. Windows color (decimal): -8956571 or 6641015. OLE color: 6641015.
HSL color Cylindrical-coordinate representation of color #775565: hue angle of 331.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775565 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 101 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.53 |
| HSL | 331.76º | 0.17% | 0.4% | - |
| HSV(B) | 331.76º | 0.29% | 0.47% | - |
| XYZ | 13.21 | 11.36 | 13.81 | - |
| YUV | 96.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 101 | 0 | 0.29 | 0.15 | 0.53 | 331.76 | 0.17 | 0.4 |
| Hex | 77 | 55 | 65 | 0 | 1D | F | 35 | 14C | 11 | 28 |
| Octal | 167 | 125 | 145 | 0 | 35 | 17 | 65 | 514 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1100101 | 0 | 11101 | 1111 | 110101 | 101001100 | 10001 | 101000 |
Color Harmonies of #775565
Complementary color
Monochromatic Colors of #775565
Black with #775565
Text Example
Text Example
White with #775565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775565; }
p { color: rgb(119,85,101); }
H1.HeaderClassName
{
color: #775565;
}
.AnyTagClassName
{
color: #775565;
}
</style>
background-color css
<style>
a { background-color: #775565; }
a { background-color: rgb(119,85,101); }
div.DivClassName
{
background-color: #775565;
}
.BgClassName
{
background-color: #775565;
}
</style>
border-color css
<style>
span { border-color: #775565; }
span { border-color: rgb(119,85,101); }
td.TdClassName
{
border-color: #775565;
}
.TagClassName
{
border-color: #775565;
}
</style>