#785175

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

Shades of Trendy Pink #785175

Tints of Trendy Pink #785175

Color information

#785175 (or 0x785175) is unknown color: approx Trendy Pink. HEX triplet: 78, 51 and 75. RGB value is (120,81,117). Sum of RGB (Red+Green+Blue) = 120+81+117=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785175 is #87AE8A. Grayscale: #606060. Windows color (decimal): -8892043 or 7688568. OLE color: 7688568.

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

Color convert

RGB12081117-
CMYK00.320.020.53
HSL304.62º19.4%39.41%-
HSV(B)304.62º32.5%47.06%-
XYZ13.911.1618.25-
YUV96.76139.42144.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=37.74%
G=25.47%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208111700.320.020.53304.6219.439.41
Hex7851750202351311327
Octal1701211650402654612347
Binary11110001010001111010101000001011010110011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785175; }

 p { color: rgb(120,81,117); }

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

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

 a { background-color: rgb(120,81,117); }

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

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

 span { border-color: rgb(120,81,117); }

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