#78494E

Color #78494E Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #78494E

Tints of Solid Pink #78494E

Color information

#78494E (or 0x78494E) is unknown color: approx Solid Pink. HEX triplet: 78, 49 and 4E. RGB value is (120,73,78). Sum of RGB (Red+Green+Blue) = 120+73+78=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #78494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78494E is #87B6B1. Grayscale: #575757. Windows color (decimal): -8894130 or 5130616. OLE color: 5130616.

HSL color Cylindrical-coordinate representation of color #78494E: hue angle of 353.62º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78494E is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1207378-
CMYK00.390.350.53
HSL353.62º24.35%37.84%-
HSV(B)353.62º39.17%47.06%-
XYZ11.59.318.4-
YUV87.62122.57151.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=44.28%
G=26.94%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737800.390.350.53353.6224.3537.84
Hex78494E02723351621826
Octal17011111604743655423046
Binary111100010010011001110010011110001111010110110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78494E; }

 p { color: rgb(120,73,78); }

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

<style>
 a { background-color: #78494E; }

 a { background-color: rgb(120,73,78); }

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

<style>
 span { border-color: #78494E; }

 span { border-color: rgb(120,73,78); }

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