Shades of Cosmic #764B65
Tints of Cosmic #764B65
RGB
CMYK
RGB Variations
Color information
#764B65 (or 0x764B65) is known color: Cosmic. HEX triplet: 76, 4B and 65. RGB value is (118,75,101). Sum of RGB (Red+Green+Blue) = 118+75+101=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B65 is #89B49A. Grayscale: #5A5A5A. Windows color (decimal): -9024667 or 6638454. OLE color: 6638454.
HSL color Cylindrical-coordinate representation of color #764B65: hue angle of 323.72º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764B65 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 101 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.54 |
| HSL | 323.72º | 0.22% | 0.38% | - |
| HSV(B) | 323.72º | 0.36% | 0.46% | - |
| XYZ | 12.34 | 9.82 | 13.56 | - |
| YUV | 90.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 101 | 0 | 0.36 | 0.14 | 0.54 | 323.72 | 0.22 | 0.38 |
| Hex | 76 | 4B | 65 | 0 | 24 | E | 36 | 144 | 16 | 26 |
| Octal | 166 | 113 | 145 | 0 | 44 | 16 | 66 | 504 | 26 | 46 |
| Binary | 1110110 | 1001011 | 1100101 | 0 | 100100 | 1110 | 110110 | 101000100 | 10110 | 100110 |
Color Harmonies of #764B65
Complementary color
Monochromatic Colors of #764B65
Black with #764B65
Text Example
Text Example
White with #764B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B65; }
p { color: rgb(118,75,101); }
H1.HeaderClassName
{
color: #764B65;
}
.AnyTagClassName
{
color: #764B65;
}
</style>
background-color css
<style>
a { background-color: #764B65; }
a { background-color: rgb(118,75,101); }
div.DivClassName
{
background-color: #764B65;
}
.BgClassName
{
background-color: #764B65;
}
</style>
border-color css
<style>
span { border-color: #764B65; }
span { border-color: rgb(118,75,101); }
td.TdClassName
{
border-color: #764B65;
}
.TagClassName
{
border-color: #764B65;
}
</style>