#784F74

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

Shades of Trendy Pink #784F74

Tints of Trendy Pink #784F74

Color information

#784F74 (or 0x784F74) is unknown color: approx Trendy Pink. HEX triplet: 78, 4F and 74. RGB value is (120,79,116). Sum of RGB (Red+Green+Blue) = 120+79+116=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #784F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F74 is #87B08B. Grayscale: #5F5F5F. Windows color (decimal): -8892556 or 7622520. OLE color: 7622520.

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

Color convert

RGB12079116-
CMYK00.340.030.53
HSL305.85º20.6%39.02%-
HSV(B)305.85º34.17%47.06%-
XYZ13.6910.8517.89-
YUV95.48139.58145.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=38.10%
G=25.08%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207911600.340.030.53305.8520.639.02
Hex784F740223351321527
Octal1701171640423654622547
Binary11110001001111111010001000101111010110011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,116); }

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

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

 a { background-color: rgb(120,79,116); }

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

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

 span { border-color: rgb(120,79,116); }

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