Shades of Cosmic #764D67
Tints of Cosmic #764D67
RGB
CMYK
RGB Variations
Color information
#764D67 (or 0x764D67) is known color: Cosmic. HEX triplet: 76, 4D and 67. RGB value is (118,77,103). Sum of RGB (Red+Green+Blue) = 118+77+103=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D67 is #89B298. Grayscale: #5C5C5C. Windows color (decimal): -9024153 or 6770038. OLE color: 6770038.
HSL color Cylindrical-coordinate representation of color #764D67: hue angle of 321.95º 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 #764D67 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 103 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.54 |
| HSL | 321.95º | 0.21% | 0.38% | - |
| HSV(B) | 321.95º | 0.35% | 0.46% | - |
| XYZ | 12.57 | 10.14 | 14.13 | - |
| YUV | 92.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 103 | 0 | 0.35 | 0.13 | 0.54 | 321.95 | 0.21 | 0.38 |
| Hex | 76 | 4D | 67 | 0 | 23 | D | 36 | 142 | 15 | 26 |
| Octal | 166 | 115 | 147 | 0 | 43 | 15 | 66 | 502 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1100111 | 0 | 100011 | 1101 | 110110 | 101000010 | 10101 | 100110 |
Color Harmonies of #764D67
Complementary color
Monochromatic Colors of #764D67
Black with #764D67
Text Example
Text Example
White with #764D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D67; }
p { color: rgb(118,77,103); }
H1.HeaderClassName
{
color: #764D67;
}
.AnyTagClassName
{
color: #764D67;
}
</style>
background-color css
<style>
a { background-color: #764D67; }
a { background-color: rgb(118,77,103); }
div.DivClassName
{
background-color: #764D67;
}
.BgClassName
{
background-color: #764D67;
}
</style>
border-color css
<style>
span { border-color: #764D67; }
span { border-color: rgb(118,77,103); }
td.TdClassName
{
border-color: #764D67;
}
.TagClassName
{
border-color: #764D67;
}
</style>