Shades of Cosmic #763E65
Tints of Cosmic #763E65
RGB
CMYK
RGB Variations
Color information
#763E65 (or 0x763E65) is known color: Cosmic. HEX triplet: 76, 3E and 65. RGB value is (118,62,101). Sum of RGB (Red+Green+Blue) = 118+62+101=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E65 is #89C19A. Grayscale: #535353. Windows color (decimal): -9027995 or 6635126. OLE color: 6635126.
HSL color Cylindrical-coordinate representation of color #763E65: hue angle of 318.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E65 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 101 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.54 |
| HSL | 318.21º | 0.31% | 0.35% | - |
| HSV(B) | 318.21º | 0.47% | 0.46% | - |
| XYZ | 11.54 | 8.24 | 13.29 | - |
| YUV | 83.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 101 | 0 | 0.47 | 0.14 | 0.54 | 318.21 | 0.31 | 0.35 |
| Hex | 76 | 3E | 65 | 0 | 2F | E | 36 | 13E | 1F | 23 |
| Octal | 166 | 76 | 145 | 0 | 57 | 16 | 66 | 476 | 37 | 43 |
| Binary | 1110110 | 111110 | 1100101 | 0 | 101111 | 1110 | 110110 | 100111110 | 11111 | 100011 |
Color Harmonies of #763E65
Complementary color
Monochromatic Colors of #763E65
Black with #763E65
Text Example
Text Example
White with #763E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E65; }
p { color: rgb(118,62,101); }
H1.HeaderClassName
{
color: #763E65;
}
.AnyTagClassName
{
color: #763E65;
}
</style>
background-color css
<style>
a { background-color: #763E65; }
a { background-color: rgb(118,62,101); }
div.DivClassName
{
background-color: #763E65;
}
.BgClassName
{
background-color: #763E65;
}
</style>
border-color css
<style>
span { border-color: #763E65; }
span { border-color: rgb(118,62,101); }
td.TdClassName
{
border-color: #763E65;
}
.TagClassName
{
border-color: #763E65;
}
</style>