#784D55

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

Shades of Solid Pink #784D55

Tints of Solid Pink #784D55

Color information

#784D55 (or 0x784D55) is unknown color: approx Solid Pink. HEX triplet: 78, 4D and 55. RGB value is (120,77,85). Sum of RGB (Red+Green+Blue) = 120+77+85=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #784D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D55 is #87B2AA. Grayscale: #5A5A5A. Windows color (decimal): -8893099 or 5590392. OLE color: 5590392.

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

Color convert

RGB1207785-
CMYK00.360.290.53
HSL348.84º21.83%38.63%-
HSV(B)348.84º35.83%47.06%-
XYZ12.049.969.88-
YUV90.77124.75148.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=42.55%
G=27.30%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120778500.360.290.53348.8421.8338.63
Hex784D550241D3515d1627
Octal17011512504435655352647
Binary11110001001101101010101001001110111010110101110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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