Shades of Solid Pink #774B54
Tints of Solid Pink #774B54
RGB
CMYK
RGB Variations
Color information
#774B54 (or 0x774B54) is known color: Solid Pink. HEX triplet: 77, 4B and 54. RGB value is (119,75,84). Sum of RGB (Red+Green+Blue) = 119+75+84=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B54 is #88B4AB. Grayscale: #595959. Windows color (decimal): -8959148 or 5524343. OLE color: 5524343.
HSL color Cylindrical-coordinate representation of color #774B54: hue angle of 347.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B54 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 84 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.53 |
| HSL | 347.73º | 0.23% | 0.38% | - |
| HSV(B) | 347.73º | 0.37% | 0.47% | - |
| XYZ | 11.72 | 9.59 | 9.62 | - |
| YUV | 89.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 84 | 0 | 0.37 | 0.29 | 0.53 | 347.73 | 0.23 | 0.38 |
| Hex | 77 | 4B | 54 | 0 | 25 | 1D | 35 | 15C | 17 | 26 |
| Octal | 167 | 113 | 124 | 0 | 45 | 35 | 65 | 534 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1010100 | 0 | 100101 | 11101 | 110101 | 101011100 | 10111 | 100110 |
Color Harmonies of #774B54
Complementary color
Monochromatic Colors of #774B54
Black with #774B54
Text Example
Text Example
White with #774B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B54; }
p { color: rgb(119,75,84); }
H1.HeaderClassName
{
color: #774B54;
}
.AnyTagClassName
{
color: #774B54;
}
</style>
background-color css
<style>
a { background-color: #774B54; }
a { background-color: rgb(119,75,84); }
div.DivClassName
{
background-color: #774B54;
}
.BgClassName
{
background-color: #774B54;
}
</style>
border-color css
<style>
span { border-color: #774B54; }
span { border-color: rgb(119,75,84); }
td.TdClassName
{
border-color: #774B54;
}
.TagClassName
{
border-color: #774B54;
}
</style>