#785575

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

Shades of Trendy Pink #785575

Tints of Trendy Pink #785575

Color information

#785575 (or 0x785575) is unknown color: approx Trendy Pink. HEX triplet: 78, 55 and 75. RGB value is (120,85,117). Sum of RGB (Red+Green+Blue) = 120+85+117=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785575 is #87AA8A. Grayscale: #636363. Windows color (decimal): -8891019 or 7689592. OLE color: 7689592.

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

Color convert

RGB12085117-
CMYK00.290.020.53
HSL305.14º17.07%40.2%-
HSV(B)305.14º29.17%47.06%-
XYZ14.2111.7718.35-
YUV99.11138.1142.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=37.27%
G=26.40%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208511700.290.020.53305.1417.0740.2
Hex78557501D2351311128
Octal1701251650352654612150
Binary1111000101010111101010111011011010110011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785575; }

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

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

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

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

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

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

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

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