Shades of Cosmic #774C67
Tints of Cosmic #774C67
RGB
CMYK
RGB Variations
Color information
#774C67 (or 0x774C67) is known color: Cosmic. HEX triplet: 77, 4C and 67. RGB value is (119,76,103). Sum of RGB (Red+Green+Blue) = 119+76+103=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C67 is #88B398. Grayscale: #5B5B5B. Windows color (decimal): -8958873 or 6769783. OLE color: 6769783.
HSL color Cylindrical-coordinate representation of color #774C67: hue angle of 322.33º 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 #774C67 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 103 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.53 |
| HSL | 322.33º | 0.22% | 0.38% | - |
| HSV(B) | 322.33º | 0.36% | 0.47% | - |
| XYZ | 12.64 | 10.07 | 14.11 | - |
| YUV | 91.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 103 | 0 | 0.36 | 0.13 | 0.53 | 322.33 | 0.22 | 0.38 |
| Hex | 77 | 4C | 67 | 0 | 24 | D | 35 | 142 | 16 | 26 |
| Octal | 167 | 114 | 147 | 0 | 44 | 15 | 65 | 502 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1100111 | 0 | 100100 | 1101 | 110101 | 101000010 | 10110 | 100110 |
Color Harmonies of #774C67
Complementary color
Monochromatic Colors of #774C67
Black with #774C67
Text Example
Text Example
White with #774C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C67; }
p { color: rgb(119,76,103); }
H1.HeaderClassName
{
color: #774C67;
}
.AnyTagClassName
{
color: #774C67;
}
</style>
background-color css
<style>
a { background-color: #774C67; }
a { background-color: rgb(119,76,103); }
div.DivClassName
{
background-color: #774C67;
}
.BgClassName
{
background-color: #774C67;
}
</style>
border-color css
<style>
span { border-color: #774C67; }
span { border-color: rgb(119,76,103); }
td.TdClassName
{
border-color: #774C67;
}
.TagClassName
{
border-color: #774C67;
}
</style>