Shades of Cosmic #765A67
Tints of Cosmic #765A67
RGB
CMYK
RGB Variations
Color information
#765A67 (or 0x765A67) is known color: Cosmic. HEX triplet: 76, 5A and 67. RGB value is (118,90,103). Sum of RGB (Red+Green+Blue) = 118+90+103=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A67 is #89A598. Grayscale: #636363. Windows color (decimal): -9020825 or 6773366. OLE color: 6773366.
HSL color Cylindrical-coordinate representation of color #765A67: hue angle of 332.14º 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 #765A67 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 103 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.54 |
| HSL | 332.14º | 0.13% | 0.41% | - |
| HSV(B) | 332.14º | 0.24% | 0.46% | - |
| XYZ | 13.58 | 12.14 | 14.46 | - |
| YUV | 99.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 103 | 0 | 0.24 | 0.13 | 0.54 | 332.14 | 0.13 | 0.41 |
| Hex | 76 | 5A | 67 | 0 | 18 | D | 36 | 14C | D | 29 |
| Octal | 166 | 132 | 147 | 0 | 30 | 15 | 66 | 514 | 15 | 51 |
| Binary | 1110110 | 1011010 | 1100111 | 0 | 11000 | 1101 | 110110 | 101001100 | 1101 | 101001 |
Color Harmonies of #765A67
Complementary color
Monochromatic Colors of #765A67
Black with #765A67
Text Example
Text Example
White with #765A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A67; }
p { color: rgb(118,90,103); }
H1.HeaderClassName
{
color: #765A67;
}
.AnyTagClassName
{
color: #765A67;
}
</style>
background-color css
<style>
a { background-color: #765A67; }
a { background-color: rgb(118,90,103); }
div.DivClassName
{
background-color: #765A67;
}
.BgClassName
{
background-color: #765A67;
}
</style>
border-color css
<style>
span { border-color: #765A67; }
span { border-color: rgb(118,90,103); }
td.TdClassName
{
border-color: #765A67;
}
.TagClassName
{
border-color: #765A67;
}
</style>