Shades of Cosmic #765565
Tints of Cosmic #765565
RGB
CMYK
RGB Variations
Color information
#765565 (or 0x765565) is known color: Cosmic. HEX triplet: 76, 55 and 65. RGB value is (118,85,101). Sum of RGB (Red+Green+Blue) = 118+85+101=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765565 is #89AA9A. Grayscale: #606060. Windows color (decimal): -9022107 or 6641014. OLE color: 6641014.
HSL color Cylindrical-coordinate representation of color #765565: hue angle of 330.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765565 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 101 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.54 |
| HSL | 330.91º | 0.16% | 0.4% | - |
| HSV(B) | 330.91º | 0.28% | 0.46% | - |
| XYZ | 13.07 | 11.29 | 13.8 | - |
| YUV | 96.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 101 | 0 | 0.28 | 0.14 | 0.54 | 330.91 | 0.16 | 0.4 |
| Hex | 76 | 55 | 65 | 0 | 1C | E | 36 | 14B | 10 | 28 |
| Octal | 166 | 125 | 145 | 0 | 34 | 16 | 66 | 513 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1100101 | 0 | 11100 | 1110 | 110110 | 101001011 | 10000 | 101000 |
Color Harmonies of #765565
Complementary color
Monochromatic Colors of #765565
Black with #765565
Text Example
Text Example
White with #765565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765565; }
p { color: rgb(118,85,101); }
H1.HeaderClassName
{
color: #765565;
}
.AnyTagClassName
{
color: #765565;
}
</style>
background-color css
<style>
a { background-color: #765565; }
a { background-color: rgb(118,85,101); }
div.DivClassName
{
background-color: #765565;
}
.BgClassName
{
background-color: #765565;
}
</style>
border-color css
<style>
span { border-color: #765565; }
span { border-color: rgb(118,85,101); }
td.TdClassName
{
border-color: #765565;
}
.TagClassName
{
border-color: #765565;
}
</style>