#785D7A

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

Shades of Trendy Pink #785D7A

Tints of Trendy Pink #785D7A

Color information

#785D7A (or 0x785D7A) is unknown color: approx Trendy Pink. HEX triplet: 78, 5D and 7A. RGB value is (120,93,122). Sum of RGB (Red+Green+Blue) = 120+93+122=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #785D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D7A is #87A285. Grayscale: #686868. Windows color (decimal): -8888966 or 8019320. OLE color: 8019320.

HSL color Cylindrical-coordinate representation of color #785D7A: hue angle of 295.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785D7A is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12093122-
CMYK0.020.2400.52
HSL295.86º13.49%42.16%-
HSV(B)295.86º23.77%47.84%-
XYZ15.1713.2320.17-
YUV104.38137.95139.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=35.82%
G=27.76%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120931220.020.2400.52295.8613.4942.16
Hex785D7A218034128d2a
Octal1701351722300644501552
Binary111100010111011111010101100001101001001010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785D7A; }

 p { color: rgb(120,93,122); }

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

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

 a { background-color: rgb(120,93,122); }

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

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

 span { border-color: rgb(120,93,122); }

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