#78494D

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

Shades of Solid Pink #78494D

Tints of Solid Pink #78494D

Color information

#78494D (or 0x78494D) is unknown color: approx Solid Pink. HEX triplet: 78, 49 and 4D. RGB value is (120,73,77). Sum of RGB (Red+Green+Blue) = 120+73+77=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78494D is #87B6B2. Grayscale: #575757. Windows color (decimal): -8894131 or 5065080. OLE color: 5065080.

HSL color Cylindrical-coordinate representation of color #78494D: hue angle of 354.89º 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 #78494D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1207377-
CMYK00.390.360.53
HSL354.89º24.35%37.84%-
HSV(B)354.89º39.17%47.06%-
XYZ11.479.298.21-
YUV87.51122.07151.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=44.44%
G=27.04%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737700.390.360.53354.8924.3537.84
Hex78494D02724351631826
Octal17011111504744655433046
Binary111100010010011001101010011110010011010110110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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