#78567D

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

Shades of Trendy Pink #78567D

Tints of Trendy Pink #78567D

Color information

#78567D (or 0x78567D) is unknown color: approx Trendy Pink. HEX triplet: 78, 56 and 7D. RGB value is (120,86,125). Sum of RGB (Red+Green+Blue) = 120+86+125=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #78567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78567D is #87A982. Grayscale: #646464. Windows color (decimal): -8890755 or 8214136. OLE color: 8214136.

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

Color convert

RGB12086125-
CMYK0.040.3100.51
HSL292.31º18.48%41.37%-
HSV(B)292.31º31.2%49.02%-
XYZ14.7812.1320.96-
YUV100.61141.76141.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=36.25%
G=25.98%
B=37.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120861250.040.3100.51292.3118.4841.37
Hex78567D41F0331241229
Octal1701261754370634442251
Binary11110001010110111110110011111011001110010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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