Shades of Solid Pink #754E4F
Tints of Solid Pink #754E4F
RGB
CMYK
RGB Variations
Color information
#754E4F (or 0x754E4F) is known color: Solid Pink. HEX triplet: 75, 4E and 4F. RGB value is (117,78,79). Sum of RGB (Red+Green+Blue) = 117+78+79=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E4F is #8AB1B0. Grayscale: #595959. Windows color (decimal): -9089457 or 5197429. OLE color: 5197429.
HSL color Cylindrical-coordinate representation of color #754E4F: hue angle of 358.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E4F is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 79 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.54 |
| HSL | 358.46º | 0.2% | 0.38% | - |
| HSV(B) | 358.46º | 0.33% | 0.46% | - |
| XYZ | 11.47 | 9.8 | 8.68 | - |
| YUV | 89.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 79 | 0 | 0.33 | 0.32 | 0.54 | 358.46 | 0.2 | 0.38 |
| Hex | 75 | 4E | 4F | 0 | 21 | 20 | 36 | 166 | 14 | 26 |
| Octal | 165 | 116 | 117 | 0 | 41 | 40 | 66 | 546 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1001111 | 0 | 100001 | 100000 | 110110 | 101100110 | 10100 | 100110 |
Color Harmonies of #754E4F
Complementary color
Monochromatic Colors of #754E4F
Black with #754E4F
Text Example
Text Example
White with #754E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E4F; }
p { color: rgb(117,78,79); }
H1.HeaderClassName
{
color: #754E4F;
}
.AnyTagClassName
{
color: #754E4F;
}
</style>
background-color css
<style>
a { background-color: #754E4F; }
a { background-color: rgb(117,78,79); }
div.DivClassName
{
background-color: #754E4F;
}
.BgClassName
{
background-color: #754E4F;
}
</style>
border-color css
<style>
span { border-color: #754E4F; }
span { border-color: rgb(117,78,79); }
td.TdClassName
{
border-color: #754E4F;
}
.TagClassName
{
border-color: #754E4F;
}
</style>