#78547A

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

Shades of Trendy Pink #78547A

Tints of Trendy Pink #78547A

Color information

#78547A (or 0x78547A) is unknown color: approx Trendy Pink. HEX triplet: 78, 54 and 7A. RGB value is (120,84,122). Sum of RGB (Red+Green+Blue) = 120+84+122=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #78547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78547A is #87AB85. Grayscale: #626262. Windows color (decimal): -8891270 or 8017016. OLE color: 8017016.

HSL color Cylindrical-coordinate representation of color #78547A: hue angle of 296.84º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78547A is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12084122-
CMYK0.020.3100.52
HSL296.84º18.45%40.39%-
HSV(B)296.84º31.15%47.84%-
XYZ14.4311.7419.92-
YUV99.1140.93142.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=36.81%
G=25.77%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120841220.020.3100.52296.8418.4540.39
Hex78547A21F0341291228
Octal1701241722370644512250
Binary1111000101010011110101011111011010010010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78547A; }

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

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

<style>
 a { background-color: #78547A; }

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

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

<style>
 span { border-color: #78547A; }

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

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