Shades of Trendy Pink #804C7B
Tints of Trendy Pink #804C7B
RGB
CMYK
RGB Variations
Color information
#804C7B (or 0x804C7B) is known color: Trendy Pink. HEX triplet: 80, 4C and 7B. RGB value is (128,76,123). Sum of RGB (Red+Green+Blue) = 128+76+123=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #804C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804C7B is #7FB384. Grayscale: #606060. Windows color (decimal): -8369029 or 8080512. OLE color: 8080512.
HSL color Cylindrical-coordinate representation of color #804C7B: hue angle of 305.77º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804C7B is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 123 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.50 |
| HSL | 305.77º | 0.25% | 0.4% | - |
| HSV(B) | 305.77º | 0.41% | 0.5% | - |
| XYZ | 15.06 | 11.19 | 20.1 | - |
| YUV | 96.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 123 | 0 | 0.41 | 0.04 | 0.50 | 305.77 | 0.25 | 0.4 |
| Hex | 80 | 4C | 7B | 0 | 29 | 4 | 32 | 132 | 19 | 28 |
| Octal | 200 | 114 | 173 | 0 | 51 | 4 | 62 | 462 | 31 | 50 |
| Binary | 10000000 | 1001100 | 1111011 | 0 | 101001 | 100 | 110010 | 100110010 | 11001 | 101000 |
Color Harmonies of #804C7B
Complementary color
Monochromatic Colors of #804C7B
Black with #804C7B
Text Example
Text Example
White with #804C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C7B; }
p { color: rgb(128,76,123); }
H1.HeaderClassName
{
color: #804C7B;
}
.AnyTagClassName
{
color: #804C7B;
}
</style>
background-color css
<style>
a { background-color: #804C7B; }
a { background-color: rgb(128,76,123); }
div.DivClassName
{
background-color: #804C7B;
}
.BgClassName
{
background-color: #804C7B;
}
</style>
border-color css
<style>
span { border-color: #804C7B; }
span { border-color: rgb(128,76,123); }
td.TdClassName
{
border-color: #804C7B;
}
.TagClassName
{
border-color: #804C7B;
}
</style>