Shades of Cosmic #764D68
Tints of Cosmic #764D68
RGB
CMYK
RGB Variations
Color information
#764D68 (or 0x764D68) is known color: Cosmic. HEX triplet: 76, 4D and 68. RGB value is (118,77,104). Sum of RGB (Red+Green+Blue) = 118+77+104=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D68 is #89B297. Grayscale: #5C5C5C. Windows color (decimal): -9024152 or 6835574. OLE color: 6835574.
HSL color Cylindrical-coordinate representation of color #764D68: hue angle of 320.49º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D68 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 104 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.54 |
| HSL | 320.49º | 0.21% | 0.38% | - |
| HSV(B) | 320.49º | 0.35% | 0.46% | - |
| XYZ | 12.62 | 10.16 | 14.39 | - |
| YUV | 92.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 104 | 0 | 0.35 | 0.12 | 0.54 | 320.49 | 0.21 | 0.38 |
| Hex | 76 | 4D | 68 | 0 | 23 | C | 36 | 140 | 15 | 26 |
| Octal | 166 | 115 | 150 | 0 | 43 | 14 | 66 | 500 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1101000 | 0 | 100011 | 1100 | 110110 | 101000000 | 10101 | 100110 |
Color Harmonies of #764D68
Complementary color
Monochromatic Colors of #764D68
Black with #764D68
Text Example
Text Example
White with #764D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D68; }
p { color: rgb(118,77,104); }
H1.HeaderClassName
{
color: #764D68;
}
.AnyTagClassName
{
color: #764D68;
}
</style>
background-color css
<style>
a { background-color: #764D68; }
a { background-color: rgb(118,77,104); }
div.DivClassName
{
background-color: #764D68;
}
.BgClassName
{
background-color: #764D68;
}
</style>
border-color css
<style>
span { border-color: #764D68; }
span { border-color: rgb(118,77,104); }
td.TdClassName
{
border-color: #764D68;
}
.TagClassName
{
border-color: #764D68;
}
</style>