Shades of Cosmic #764D69
Tints of Cosmic #764D69
RGB
CMYK
RGB Variations
Color information
#764D69 (or 0x764D69) is known color: Cosmic. HEX triplet: 76, 4D and 69. RGB value is (118,77,105). Sum of RGB (Red+Green+Blue) = 118+77+105=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D69 is #89B296. Grayscale: #5C5C5C. Windows color (decimal): -9024151 or 6901110. OLE color: 6901110.
HSL color Cylindrical-coordinate representation of color #764D69: hue angle of 319.02º 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 #764D69 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 105 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.54 |
| HSL | 319.02º | 0.21% | 0.38% | - |
| HSV(B) | 319.02º | 0.35% | 0.46% | - |
| XYZ | 12.67 | 10.18 | 14.66 | - |
| YUV | 92.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 105 | 0 | 0.35 | 0.11 | 0.54 | 319.02 | 0.21 | 0.38 |
| Hex | 76 | 4D | 69 | 0 | 23 | B | 36 | 13F | 15 | 26 |
| Octal | 166 | 115 | 151 | 0 | 43 | 13 | 66 | 477 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1101001 | 0 | 100011 | 1011 | 110110 | 100111111 | 10101 | 100110 |
Color Harmonies of #764D69
Complementary color
Monochromatic Colors of #764D69
Black with #764D69
Text Example
Text Example
White with #764D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D69; }
p { color: rgb(118,77,105); }
H1.HeaderClassName
{
color: #764D69;
}
.AnyTagClassName
{
color: #764D69;
}
</style>
background-color css
<style>
a { background-color: #764D69; }
a { background-color: rgb(118,77,105); }
div.DivClassName
{
background-color: #764D69;
}
.BgClassName
{
background-color: #764D69;
}
</style>
border-color css
<style>
span { border-color: #764D69; }
span { border-color: rgb(118,77,105); }
td.TdClassName
{
border-color: #764D69;
}
.TagClassName
{
border-color: #764D69;
}
</style>