Shades of Cosmic #765A69
Tints of Cosmic #765A69
RGB
CMYK
RGB Variations
Color information
#765A69 (or 0x765A69) is known color: Cosmic. HEX triplet: 76, 5A and 69. RGB value is (118,90,105). Sum of RGB (Red+Green+Blue) = 118+90+105=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A69 is #89A596. Grayscale: #646464. Windows color (decimal): -9020823 or 6904438. OLE color: 6904438.
HSL color Cylindrical-coordinate representation of color #765A69: hue angle of 327.86º 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 #765A69 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 105 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.54 |
| HSL | 327.86º | 0.13% | 0.41% | - |
| HSV(B) | 327.86º | 0.24% | 0.46% | - |
| XYZ | 13.68 | 12.18 | 15 | - |
| YUV | 100.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 105 | 0 | 0.24 | 0.11 | 0.54 | 327.86 | 0.13 | 0.41 |
| Hex | 76 | 5A | 69 | 0 | 18 | B | 36 | 148 | D | 29 |
| Octal | 166 | 132 | 151 | 0 | 30 | 13 | 66 | 510 | 15 | 51 |
| Binary | 1110110 | 1011010 | 1101001 | 0 | 11000 | 1011 | 110110 | 101001000 | 1101 | 101001 |
Color Harmonies of #765A69
Complementary color
Monochromatic Colors of #765A69
Black with #765A69
Text Example
Text Example
White with #765A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A69; }
p { color: rgb(118,90,105); }
H1.HeaderClassName
{
color: #765A69;
}
.AnyTagClassName
{
color: #765A69;
}
</style>
background-color css
<style>
a { background-color: #765A69; }
a { background-color: rgb(118,90,105); }
div.DivClassName
{
background-color: #765A69;
}
.BgClassName
{
background-color: #765A69;
}
</style>
border-color css
<style>
span { border-color: #765A69; }
span { border-color: rgb(118,90,105); }
td.TdClassName
{
border-color: #765A69;
}
.TagClassName
{
border-color: #765A69;
}
</style>