Shades of Cosmic #764365
Tints of Cosmic #764365
RGB
CMYK
RGB Variations
Color information
#764365 (or 0x764365) is known color: Cosmic. HEX triplet: 76, 43 and 65. RGB value is (118,67,101). Sum of RGB (Red+Green+Blue) = 118+67+101=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764365 is #89BC9A. Grayscale: #565656. Windows color (decimal): -9026715 or 6636406. OLE color: 6636406.
HSL color Cylindrical-coordinate representation of color #764365: hue angle of 320º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764365 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 101 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.54 |
| HSL | 320º | 0.28% | 0.36% | - |
| HSV(B) | 320º | 0.43% | 0.46% | - |
| XYZ | 11.83 | 8.81 | 13.39 | - |
| YUV | 86.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 101 | 0 | 0.43 | 0.14 | 0.54 | 320 | 0.28 | 0.36 |
| Hex | 76 | 43 | 65 | 0 | 2B | E | 36 | 140 | 1C | 24 |
| Octal | 166 | 103 | 145 | 0 | 53 | 16 | 66 | 500 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1100101 | 0 | 101011 | 1110 | 110110 | 101000000 | 11100 | 100100 |
Color Harmonies of #764365
Complementary color
Monochromatic Colors of #764365
Black with #764365
Text Example
Text Example
White with #764365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764365; }
p { color: rgb(118,67,101); }
H1.HeaderClassName
{
color: #764365;
}
.AnyTagClassName
{
color: #764365;
}
</style>
background-color css
<style>
a { background-color: #764365; }
a { background-color: rgb(118,67,101); }
div.DivClassName
{
background-color: #764365;
}
.BgClassName
{
background-color: #764365;
}
</style>
border-color css
<style>
span { border-color: #764365; }
span { border-color: rgb(118,67,101); }
td.TdClassName
{
border-color: #764365;
}
.TagClassName
{
border-color: #764365;
}
</style>