#784D4F

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

Shades of Solid Pink #784D4F

Tints of Solid Pink #784D4F

Color information

#784D4F (or 0x784D4F) is unknown color: approx Solid Pink. HEX triplet: 78, 4D and 4F. RGB value is (120,77,79). Sum of RGB (Red+Green+Blue) = 120+77+79=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #784D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D4F is #87B2B0. Grayscale: #5A5A5A. Windows color (decimal): -8893105 or 5197176. OLE color: 5197176.

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

Color convert

RGB1207779-
CMYK00.360.340.53
HSL357.21º21.83%38.63%-
HSV(B)357.21º35.83%47.06%-
XYZ11.819.878.68-
YUV90.08121.75149.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=43.48%
G=27.90%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120777900.360.340.53357.2121.8338.63
Hex784D4F02422351651627
Octal17011511704442655452647
Binary111100010011011001111010010010001011010110110010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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