#784E76

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

Shades of Trendy Pink #784E76

Tints of Trendy Pink #784E76

Color information

#784E76 (or 0x784E76) is unknown color: approx Trendy Pink. HEX triplet: 78, 4E and 76. RGB value is (120,78,118). Sum of RGB (Red+Green+Blue) = 120+78+118=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #784E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E76 is #87B189. Grayscale: #5F5F5F. Windows color (decimal): -8892810 or 7753336. OLE color: 7753336.

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

Color convert

RGB12078118-
CMYK00.350.020.53
HSL302.86º21.21%38.82%-
HSV(B)302.86º35%47.06%-
XYZ13.7410.7518.49-
YUV95.12140.91145.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=37.97%
G=24.68%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207811800.350.020.53302.8621.2138.82
Hex784E7602323512f1527
Octal1701161660432654572547
Binary11110001001110111011001000111011010110010111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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