#785274

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

Shades of Trendy Pink #785274

Tints of Trendy Pink #785274

Color information

#785274 (or 0x785274) is unknown color: approx Trendy Pink. HEX triplet: 78, 52 and 74. RGB value is (120,82,116). Sum of RGB (Red+Green+Blue) = 120+82+116=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785274 is #87AD8B. Grayscale: #616161. Windows color (decimal): -8891788 or 7623288. OLE color: 7623288.

HSL color Cylindrical-coordinate representation of color #785274: hue angle of 306.32º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785274 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12082116-
CMYK00.320.030.53
HSL306.32º18.81%39.61%-
HSV(B)306.32º31.67%47.06%-
XYZ13.9211.2917.97-
YUV97.24138.59144.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=37.74%
G=25.79%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208211600.320.030.53306.3218.8139.61
Hex7852740203351321328
Octal1701221640403654622350
Binary11110001010010111010001000001111010110011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785274; }

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

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

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

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

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

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

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

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