#785C7C

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

Shades of Trendy Pink #785C7C

Tints of Trendy Pink #785C7C

Color information

#785C7C (or 0x785C7C) is unknown color: approx Trendy Pink. HEX triplet: 78, 5C and 7C. RGB value is (120,92,124). Sum of RGB (Red+Green+Blue) = 120+92+124=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #785C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C7C is #87A383. Grayscale: #676767. Windows color (decimal): -8889220 or 8150136. OLE color: 8150136.

HSL color Cylindrical-coordinate representation of color #785C7C: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #785C7C is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12092124-
CMYK0.030.2600.51
HSL292.5º14.81%42.35%-
HSV(B)292.5º25.81%48.63%-
XYZ15.2113.120.8-
YUV104.02139.28139.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=35.71%
G=27.38%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120921240.030.2600.51292.514.8142.35
Hex785C7C31A033124f2a
Octal1701341743320634441752
Binary111100010111001111100111101001100111001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,124); }

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

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

 a { background-color: rgb(120,92,124); }

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

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

 span { border-color: rgb(120,92,124); }

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