#78557D

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

Shades of Trendy Pink #78557D

Tints of Trendy Pink #78557D

Color information

#78557D (or 0x78557D) is unknown color: approx Trendy Pink. HEX triplet: 78, 55 and 7D. RGB value is (120,85,125). Sum of RGB (Red+Green+Blue) = 120+85+125=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #78557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557D is #87AA82. Grayscale: #636363. Windows color (decimal): -8891011 or 8213880. OLE color: 8213880.

HSL color Cylindrical-coordinate representation of color #78557D: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78557D is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12085125-
CMYK0.040.3200.51
HSL292.5º19.05%41.18%-
HSV(B)292.5º32%49.02%-
XYZ14.711.9720.94-
YUV100.02142.1142.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=36.36%
G=25.76%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120851250.040.3200.51292.519.0541.18
Hex78557D4200331241329
Octal1701251754400634442351
Binary111100010101011111101100100000011001110010010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78557D; }

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

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

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

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

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

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

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

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