Shades of Cosmic #774C65
Tints of Cosmic #774C65
RGB
CMYK
RGB Variations
Color information
#774C65 (or 0x774C65) is known color: Cosmic. HEX triplet: 77, 4C and 65. RGB value is (119,76,101). Sum of RGB (Red+Green+Blue) = 119+76+101=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C65 is #88B39A. Grayscale: #5B5B5B. Windows color (decimal): -8958875 or 6638711. OLE color: 6638711.
HSL color Cylindrical-coordinate representation of color #774C65: hue angle of 325.12º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C65 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 101 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.53 |
| HSL | 325.12º | 0.22% | 0.38% | - |
| HSV(B) | 325.12º | 0.36% | 0.47% | - |
| XYZ | 12.54 | 10.03 | 13.59 | - |
| YUV | 91.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 101 | 0 | 0.36 | 0.15 | 0.53 | 325.12 | 0.22 | 0.38 |
| Hex | 77 | 4C | 65 | 0 | 24 | F | 35 | 145 | 16 | 26 |
| Octal | 167 | 114 | 145 | 0 | 44 | 17 | 65 | 505 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1100101 | 0 | 100100 | 1111 | 110101 | 101000101 | 10110 | 100110 |
Color Harmonies of #774C65
Complementary color
Monochromatic Colors of #774C65
Black with #774C65
Text Example
Text Example
White with #774C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C65; }
p { color: rgb(119,76,101); }
H1.HeaderClassName
{
color: #774C65;
}
.AnyTagClassName
{
color: #774C65;
}
</style>
background-color css
<style>
a { background-color: #774C65; }
a { background-color: rgb(119,76,101); }
div.DivClassName
{
background-color: #774C65;
}
.BgClassName
{
background-color: #774C65;
}
</style>
border-color css
<style>
span { border-color: #774C65; }
span { border-color: rgb(119,76,101); }
td.TdClassName
{
border-color: #774C65;
}
.TagClassName
{
border-color: #774C65;
}
</style>