#784C72

Color #784C72 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #784C72

Tints of Trendy Pink #784C72

Color information

#784C72 (or 0x784C72) is unknown color: approx Trendy Pink. HEX triplet: 78, 4C and 72. RGB value is (120,76,114). Sum of RGB (Red+Green+Blue) = 120+76+114=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #784C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C72 is #87B38D. Grayscale: #5D5D5D. Windows color (decimal): -8893326 or 7490680. OLE color: 7490680.

HSL color Cylindrical-coordinate representation of color #784C72: hue angle of 308.18º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784C72 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12076114-
CMYK00.370.050.53
HSL308.18º22.45%38.43%-
HSV(B)308.18º36.67%47.06%-
XYZ13.3710.3817.22-
YUV93.49139.58146.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=38.71%
G=24.52%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207611400.370.050.53308.1822.4538.43
Hex784C720255351341626
Octal1701141620455654642646
Binary111100010011001110010010010110111010110011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784C72; }

 p { color: rgb(120,76,114); }

 H1.HeaderClassName
 {
   color: #784C72;
 }
 .AnyTagClassName
 {
   color: #784C72;
 }
</style>
background-color css

<style>
 a { background-color: #784C72; }

 a { background-color: rgb(120,76,114); }

 div.DivClassName
 {
   background-color: #784C72;
 }
 .BgClassName
 {
   background-color: #784C72;
 }
</style>
border-color css

<style>
 span { border-color: #784C72; }

 span { border-color: rgb(120,76,114); }

 td.TdClassName
 {
   border-color: #784C72;
 }
 .TagClassName
 {
   border-color: #784C72;
 }
</style>