Shades of Cosmic #764F67
Tints of Cosmic #764F67
RGB
CMYK
RGB Variations
Color information
#764F67 (or 0x764F67) is known color: Cosmic. HEX triplet: 76, 4F and 67. RGB value is (118,79,103). Sum of RGB (Red+Green+Blue) = 118+79+103=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F67 is #89B098. Grayscale: #5D5D5D. Windows color (decimal): -9023641 or 6770550. OLE color: 6770550.
HSL color Cylindrical-coordinate representation of color #764F67: hue angle of 323.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F67 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 103 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.54 |
| HSL | 323.08º | 0.2% | 0.39% | - |
| HSV(B) | 323.08º | 0.33% | 0.46% | - |
| XYZ | 12.72 | 10.42 | 14.17 | - |
| YUV | 93.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 103 | 0 | 0.33 | 0.13 | 0.54 | 323.08 | 0.2 | 0.39 |
| Hex | 76 | 4F | 67 | 0 | 21 | D | 36 | 143 | 14 | 27 |
| Octal | 166 | 117 | 147 | 0 | 41 | 15 | 66 | 503 | 24 | 47 |
| Binary | 1110110 | 1001111 | 1100111 | 0 | 100001 | 1101 | 110110 | 101000011 | 10100 | 100111 |
Color Harmonies of #764F67
Complementary color
Monochromatic Colors of #764F67
Black with #764F67
Text Example
Text Example
White with #764F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F67; }
p { color: rgb(118,79,103); }
H1.HeaderClassName
{
color: #764F67;
}
.AnyTagClassName
{
color: #764F67;
}
</style>
background-color css
<style>
a { background-color: #764F67; }
a { background-color: rgb(118,79,103); }
div.DivClassName
{
background-color: #764F67;
}
.BgClassName
{
background-color: #764F67;
}
</style>
border-color css
<style>
span { border-color: #764F67; }
span { border-color: rgb(118,79,103); }
td.TdClassName
{
border-color: #764F67;
}
.TagClassName
{
border-color: #764F67;
}
</style>