Shades of Cosmic #765D6C
Tints of Cosmic #765D6C
RGB
CMYK
RGB Variations
Color information
#765D6C (or 0x765D6C) is known color: Cosmic. HEX triplet: 76, 5D and 6C. RGB value is (118,93,108). Sum of RGB (Red+Green+Blue) = 118+93+108=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D6C is #89A293. Grayscale: #666666. Windows color (decimal): -9020052 or 7101814. OLE color: 7101814.
HSL color Cylindrical-coordinate representation of color #765D6C: hue angle of 324º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D6C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 108 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.54 |
| HSL | 324º | 0.12% | 0.41% | - |
| HSV(B) | 324º | 0.21% | 0.46% | - |
| XYZ | 14.09 | 12.76 | 15.91 | - |
| YUV | 102.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 108 | 0 | 0.21 | 0.08 | 0.54 | 324 | 0.12 | 0.41 |
| Hex | 76 | 5D | 6C | 0 | 15 | 8 | 36 | 144 | C | 29 |
| Octal | 166 | 135 | 154 | 0 | 25 | 10 | 66 | 504 | 14 | 51 |
| Binary | 1110110 | 1011101 | 1101100 | 0 | 10101 | 1000 | 110110 | 101000100 | 1100 | 101001 |
Color Harmonies of #765D6C
Complementary color
Monochromatic Colors of #765D6C
Black with #765D6C
Text Example
Text Example
White with #765D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D6C; }
p { color: rgb(118,93,108); }
H1.HeaderClassName
{
color: #765D6C;
}
.AnyTagClassName
{
color: #765D6C;
}
</style>
background-color css
<style>
a { background-color: #765D6C; }
a { background-color: rgb(118,93,108); }
div.DivClassName
{
background-color: #765D6C;
}
.BgClassName
{
background-color: #765D6C;
}
</style>
border-color css
<style>
span { border-color: #765D6C; }
span { border-color: rgb(118,93,108); }
td.TdClassName
{
border-color: #765D6C;
}
.TagClassName
{
border-color: #765D6C;
}
</style>