Shades of Solid Pink #774C55
Tints of Solid Pink #774C55
RGB
CMYK
RGB Variations
Color information
#774C55 (or 0x774C55) is known color: Solid Pink. HEX triplet: 77, 4C and 55. RGB value is (119,76,85). Sum of RGB (Red+Green+Blue) = 119+76+85=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #774C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C55 is #88B3AA. Grayscale: #595959. Windows color (decimal): -8958891 or 5590135. OLE color: 5590135.
HSL color Cylindrical-coordinate representation of color #774C55: hue angle of 347.44º 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 #774C55 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 85 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.53 |
| HSL | 347.44º | 0.22% | 0.38% | - |
| HSV(B) | 347.44º | 0.36% | 0.47% | - |
| XYZ | 11.83 | 9.75 | 9.85 | - |
| YUV | 89.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 85 | 0 | 0.36 | 0.29 | 0.53 | 347.44 | 0.22 | 0.38 |
| Hex | 77 | 4C | 55 | 0 | 24 | 1D | 35 | 15B | 16 | 26 |
| Octal | 167 | 114 | 125 | 0 | 44 | 35 | 65 | 533 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1010101 | 0 | 100100 | 11101 | 110101 | 101011011 | 10110 | 100110 |
Color Harmonies of #774C55
Complementary color
Monochromatic Colors of #774C55
Black with #774C55
Text Example
Text Example
White with #774C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C55; }
p { color: rgb(119,76,85); }
H1.HeaderClassName
{
color: #774C55;
}
.AnyTagClassName
{
color: #774C55;
}
</style>
background-color css
<style>
a { background-color: #774C55; }
a { background-color: rgb(119,76,85); }
div.DivClassName
{
background-color: #774C55;
}
.BgClassName
{
background-color: #774C55;
}
</style>
border-color css
<style>
span { border-color: #774C55; }
span { border-color: rgb(119,76,85); }
td.TdClassName
{
border-color: #774C55;
}
.TagClassName
{
border-color: #774C55;
}
</style>