#785675

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

Shades of Trendy Pink #785675

Tints of Trendy Pink #785675

Color information

#785675 (or 0x785675) is unknown color: approx Trendy Pink. HEX triplet: 78, 56 and 75. RGB value is (120,86,117). Sum of RGB (Red+Green+Blue) = 120+86+117=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785675 is #87A98A. Grayscale: #636363. Windows color (decimal): -8890763 or 7689848. OLE color: 7689848.

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

Color convert

RGB12086117-
CMYK00.280.020.53
HSL305.29º16.5%40.39%-
HSV(B)305.29º28.33%47.06%-
XYZ14.2811.9318.38-
YUV99.7137.76142.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=37.15%
G=26.63%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208611700.280.020.53305.2916.540.39
Hex78567501C2351311128
Octal1701261650342654612150
Binary1111000101011011101010111001011010110011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785675; }

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

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

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

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

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

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

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

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