#78464D

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

Shades of Solid Pink #78464D

Tints of Solid Pink #78464D

Color information

#78464D (or 0x78464D) is unknown color: approx Solid Pink. HEX triplet: 78, 46 and 4D. RGB value is (120,70,77). Sum of RGB (Red+Green+Blue) = 120+70+77=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78464D is #87B9B2. Grayscale: #555555. Windows color (decimal): -8894899 or 5064312. OLE color: 5064312.

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

Color convert

RGB1207077-
CMYK00.420.360.53
HSL351.6º26.32%37.25%-
HSV(B)351.6º41.67%47.06%-
XYZ11.288.918.15-
YUV85.75123.06152.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=44.94%
G=26.22%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120707700.420.360.53351.626.3237.25
Hex78464D02A24351601a25
Octal17010611505244655403245
Binary111100010001101001101010101010010011010110110000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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