Shades of Solid Pink #764B53
Tints of Solid Pink #764B53
RGB
CMYK
RGB Variations
Color information
#764B53 (or 0x764B53) is known color: Solid Pink. HEX triplet: 76, 4B and 53. RGB value is (118,75,83). Sum of RGB (Red+Green+Blue) = 118+75+83=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B53 is #89B4AC. Grayscale: #585858. Windows color (decimal): -9024685 or 5458806. OLE color: 5458806.
HSL color Cylindrical-coordinate representation of color #764B53: hue angle of 348.84º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764B53 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 83 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.54 |
| HSL | 348.84º | 0.22% | 0.38% | - |
| HSV(B) | 348.84º | 0.36% | 0.46% | - |
| XYZ | 11.55 | 9.51 | 9.41 | - |
| YUV | 88.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 83 | 0 | 0.36 | 0.30 | 0.54 | 348.84 | 0.22 | 0.38 |
| Hex | 76 | 4B | 53 | 0 | 24 | 1E | 36 | 15D | 16 | 26 |
| Octal | 166 | 113 | 123 | 0 | 44 | 36 | 66 | 535 | 26 | 46 |
| Binary | 1110110 | 1001011 | 1010011 | 0 | 100100 | 11110 | 110110 | 101011101 | 10110 | 100110 |
Color Harmonies of #764B53
Complementary color
Monochromatic Colors of #764B53
Black with #764B53
Text Example
Text Example
White with #764B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B53; }
p { color: rgb(118,75,83); }
H1.HeaderClassName
{
color: #764B53;
}
.AnyTagClassName
{
color: #764B53;
}
</style>
background-color css
<style>
a { background-color: #764B53; }
a { background-color: rgb(118,75,83); }
div.DivClassName
{
background-color: #764B53;
}
.BgClassName
{
background-color: #764B53;
}
</style>
border-color css
<style>
span { border-color: #764B53; }
span { border-color: rgb(118,75,83); }
td.TdClassName
{
border-color: #764B53;
}
.TagClassName
{
border-color: #764B53;
}
</style>