Shades of Solid Pink #7E4348
Tints of Solid Pink #7E4348
RGB
CMYK
RGB Variations
Color information
#7E4348 (or 0x7E4348) is known color: Solid Pink. HEX triplet: 7E, 43 and 48. RGB value is (126,67,72). Sum of RGB (Red+Green+Blue) = 126+67+72=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4348 is #81BCB7. Grayscale: #555555. Windows color (decimal): -8502456 or 4735870. OLE color: 4735870.
HSL color Cylindrical-coordinate representation of color #7E4348: hue angle of 354.92º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4348 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 72 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.51 |
| HSL | 354.92º | 0.31% | 0.38% | - |
| HSV(B) | 354.92º | 0.47% | 0.49% | - |
| XYZ | 11.78 | 8.92 | 7.23 | - |
| YUV | 85.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 72 | 0 | 0.47 | 0.43 | 0.51 | 354.92 | 0.31 | 0.38 |
| Hex | 7E | 43 | 48 | 0 | 2F | 2B | 33 | 163 | 1F | 26 |
| Octal | 176 | 103 | 110 | 0 | 57 | 53 | 63 | 543 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1001000 | 0 | 101111 | 101011 | 110011 | 101100011 | 11111 | 100110 |
Color Harmonies of #7E4348
Complementary color
Monochromatic Colors of #7E4348
Black with #7E4348
Text Example
Text Example
White with #7E4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4348; }
p { color: rgb(126,67,72); }
H1.HeaderClassName
{
color: #7E4348;
}
.AnyTagClassName
{
color: #7E4348;
}
</style>
background-color css
<style>
a { background-color: #7E4348; }
a { background-color: rgb(126,67,72); }
div.DivClassName
{
background-color: #7E4348;
}
.BgClassName
{
background-color: #7E4348;
}
</style>
border-color css
<style>
span { border-color: #7E4348; }
span { border-color: rgb(126,67,72); }
td.TdClassName
{
border-color: #7E4348;
}
.TagClassName
{
border-color: #7E4348;
}
</style>