Shades of Cosmic #774C62
Tints of Cosmic #774C62
RGB
CMYK
RGB Variations
Color information
#774C62 (or 0x774C62) is known color: Cosmic. HEX triplet: 77, 4C and 62. RGB value is (119,76,98). Sum of RGB (Red+Green+Blue) = 119+76+98=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #774C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C62 is #88B39D. Grayscale: #5B5B5B. Windows color (decimal): -8958878 or 6442103. OLE color: 6442103.
HSL color Cylindrical-coordinate representation of color #774C62: hue angle of 329.3º 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 #774C62 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 98 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.53 |
| HSL | 329.3º | 0.22% | 0.38% | - |
| HSV(B) | 329.3º | 0.36% | 0.47% | - |
| XYZ | 12.4 | 9.97 | 12.83 | - |
| YUV | 91.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 98 | 0 | 0.36 | 0.18 | 0.53 | 329.3 | 0.22 | 0.38 |
| Hex | 77 | 4C | 62 | 0 | 24 | 12 | 35 | 149 | 16 | 26 |
| Octal | 167 | 114 | 142 | 0 | 44 | 22 | 65 | 511 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1100010 | 0 | 100100 | 10010 | 110101 | 101001001 | 10110 | 100110 |
Color Harmonies of #774C62
Complementary color
Monochromatic Colors of #774C62
Black with #774C62
Text Example
Text Example
White with #774C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C62; }
p { color: rgb(119,76,98); }
H1.HeaderClassName
{
color: #774C62;
}
.AnyTagClassName
{
color: #774C62;
}
</style>
background-color css
<style>
a { background-color: #774C62; }
a { background-color: rgb(119,76,98); }
div.DivClassName
{
background-color: #774C62;
}
.BgClassName
{
background-color: #774C62;
}
</style>
border-color css
<style>
span { border-color: #774C62; }
span { border-color: rgb(119,76,98); }
td.TdClassName
{
border-color: #774C62;
}
.TagClassName
{
border-color: #774C62;
}
</style>