#784A4D

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

Shades of Solid Pink #784A4D

Tints of Solid Pink #784A4D

Color information

#784A4D (or 0x784A4D) is unknown color: approx Solid Pink. HEX triplet: 78, 4A and 4D. RGB value is (120,74,77). Sum of RGB (Red+Green+Blue) = 120+74+77=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #784A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A4D is #87B5B2. Grayscale: #585858. Windows color (decimal): -8893875 or 5065336. OLE color: 5065336.

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

Color convert

RGB1207477-
CMYK00.380.360.53
HSL356.09º23.71%38.04%-
HSV(B)356.09º38.33%47.06%-
XYZ11.539.438.23-
YUV88.1121.74150.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=44.28%
G=27.31%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120747700.380.360.53356.0923.7138.04
Hex784A4D02624351641826
Octal17011211504644655443046
Binary111100010010101001101010011010010011010110110010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784A4D; }

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

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

<style>
 a { background-color: #784A4D; }

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

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

<style>
 span { border-color: #784A4D; }

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

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