#78607C

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

Shades of Trendy Pink #78607C

Tints of Trendy Pink #78607C

Color information

#78607C (or 0x78607C) is unknown color: approx Trendy Pink. HEX triplet: 78, 60 and 7C. RGB value is (120,96,124). Sum of RGB (Red+Green+Blue) = 120+96+124=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #78607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78607C is #879F83. Grayscale: #6A6A6A. Windows color (decimal): -8888196 or 8151160. OLE color: 8151160.

HSL color Cylindrical-coordinate representation of color #78607C: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78607C is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12096124-
CMYK0.030.2300.51
HSL291.43º12.73%43.14%-
HSV(B)291.43º22.58%48.63%-
XYZ15.5713.8120.91-
YUV106.37137.95137.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=35.29%
G=28.24%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120961240.030.2300.51291.4312.7343.14
Hex78607C317033123d2b
Octal1701401743270634431553
Binary111100011000001111100111011101100111001000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78607C; }

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

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

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

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

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

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

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

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