#784B76

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

Shades of Trendy Pink #784B76

Tints of Trendy Pink #784B76

Color information

#784B76 (or 0x784B76) is unknown color: approx Trendy Pink. HEX triplet: 78, 4B and 76. RGB value is (120,75,118). Sum of RGB (Red+Green+Blue) = 120+75+118=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #784B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B76 is #87B489. Grayscale: #5D5D5D. Windows color (decimal): -8893578 or 7752568. OLE color: 7752568.

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

Color convert

RGB12075118-
CMYK00.370.020.53
HSL302.67º23.08%38.24%-
HSV(B)302.67º37.5%47.06%-
XYZ13.5310.3318.42-
YUV93.36141.91147-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=38.34%
G=23.96%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207511800.370.020.53302.6723.0838.24
Hex784B7602523512f1726
Octal1701131660452654572746
Binary11110001001011111011001001011011010110010111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,75,118); }

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

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

 a { background-color: rgb(120,75,118); }

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

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

 span { border-color: rgb(120,75,118); }

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