#78494F

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

Shades of Solid Pink #78494F

Tints of Solid Pink #78494F

Color information

#78494F (or 0x78494F) is unknown color: approx Solid Pink. HEX triplet: 78, 49 and 4F. RGB value is (120,73,79). Sum of RGB (Red+Green+Blue) = 120+73+79=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #78494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78494F is #87B6B0. Grayscale: #575757. Windows color (decimal): -8894129 or 5196152. OLE color: 5196152.

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

Color convert

RGB1207379-
CMYK00.390.340.53
HSL352.34º24.35%37.84%-
HSV(B)352.34º39.17%47.06%-
XYZ11.549.328.59-
YUV87.74123.07151.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=44.12%
G=26.84%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737900.390.340.53352.3424.3537.84
Hex78494F02722351601826
Octal17011111704742655403046
Binary111100010010011001111010011110001011010110110000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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