Shades of Solid Pink #764D53
Tints of Solid Pink #764D53
RGB
CMYK
RGB Variations
Color information
#764D53 (or 0x764D53) is known color: Solid Pink. HEX triplet: 76, 4D and 53. RGB value is (118,77,83). Sum of RGB (Red+Green+Blue) = 118+77+83=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D53 is #89B2AC. Grayscale: #595959. Windows color (decimal): -9024173 or 5459318. OLE color: 5459318.
HSL color Cylindrical-coordinate representation of color #764D53: hue angle of 351.22º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D53 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 83 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.54 |
| HSL | 351.22º | 0.21% | 0.38% | - |
| HSV(B) | 351.22º | 0.35% | 0.46% | - |
| XYZ | 11.69 | 9.78 | 9.46 | - |
| YUV | 89.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 83 | 0 | 0.35 | 0.30 | 0.54 | 351.22 | 0.21 | 0.38 |
| Hex | 76 | 4D | 53 | 0 | 23 | 1E | 36 | 15F | 15 | 26 |
| Octal | 166 | 115 | 123 | 0 | 43 | 36 | 66 | 537 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1010011 | 0 | 100011 | 11110 | 110110 | 101011111 | 10101 | 100110 |
Color Harmonies of #764D53
Complementary color
Monochromatic Colors of #764D53
Black with #764D53
Text Example
Text Example
White with #764D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D53; }
p { color: rgb(118,77,83); }
H1.HeaderClassName
{
color: #764D53;
}
.AnyTagClassName
{
color: #764D53;
}
</style>
background-color css
<style>
a { background-color: #764D53; }
a { background-color: rgb(118,77,83); }
div.DivClassName
{
background-color: #764D53;
}
.BgClassName
{
background-color: #764D53;
}
</style>
border-color css
<style>
span { border-color: #764D53; }
span { border-color: rgb(118,77,83); }
td.TdClassName
{
border-color: #764D53;
}
.TagClassName
{
border-color: #764D53;
}
</style>