Shades of Cosmic #765A68
Tints of Cosmic #765A68
RGB
CMYK
RGB Variations
Color information
#765A68 (or 0x765A68) is known color: Cosmic. HEX triplet: 76, 5A and 68. RGB value is (118,90,104). Sum of RGB (Red+Green+Blue) = 118+90+104=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A68 is #89A597. Grayscale: #636363. Windows color (decimal): -9020824 or 6838902. OLE color: 6838902.
HSL color Cylindrical-coordinate representation of color #765A68: hue angle of 330º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765A68 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 104 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.54 |
| HSL | 330º | 0.13% | 0.41% | - |
| HSV(B) | 330º | 0.24% | 0.46% | - |
| XYZ | 13.63 | 12.16 | 14.73 | - |
| YUV | 99.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 104 | 0 | 0.24 | 0.12 | 0.54 | 330 | 0.13 | 0.41 |
| Hex | 76 | 5A | 68 | 0 | 18 | C | 36 | 14A | D | 29 |
| Octal | 166 | 132 | 150 | 0 | 30 | 14 | 66 | 512 | 15 | 51 |
| Binary | 1110110 | 1011010 | 1101000 | 0 | 11000 | 1100 | 110110 | 101001010 | 1101 | 101001 |
Color Harmonies of #765A68
Complementary color
Monochromatic Colors of #765A68
Black with #765A68
Text Example
Text Example
White with #765A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A68; }
p { color: rgb(118,90,104); }
H1.HeaderClassName
{
color: #765A68;
}
.AnyTagClassName
{
color: #765A68;
}
</style>
background-color css
<style>
a { background-color: #765A68; }
a { background-color: rgb(118,90,104); }
div.DivClassName
{
background-color: #765A68;
}
.BgClassName
{
background-color: #765A68;
}
</style>
border-color css
<style>
span { border-color: #765A68; }
span { border-color: rgb(118,90,104); }
td.TdClassName
{
border-color: #765A68;
}
.TagClassName
{
border-color: #765A68;
}
</style>