#78474E

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

Shades of Solid Pink #78474E

Tints of Solid Pink #78474E

Color information

#78474E (or 0x78474E) is unknown color: approx Solid Pink. HEX triplet: 78, 47 and 4E. RGB value is (120,71,78). Sum of RGB (Red+Green+Blue) = 120+71+78=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78474E is #87B8B1. Grayscale: #565656. Windows color (decimal): -8894642 or 5130104. OLE color: 5130104.

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

Color convert

RGB1207178-
CMYK00.410.350.53
HSL351.43º25.65%37.45%-
HSV(B)351.43º40.83%47.06%-
XYZ11.379.058.35-
YUV86.45123.23151.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=44.61%
G=26.39%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120717800.410.350.53351.4325.6537.45
Hex78474E029233515f1a25
Octal17010711605143655373245
Binary111100010001111001110010100110001111010110101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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