#774D50

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

Shades of Solid Pink #774D50

Tints of Solid Pink #774D50

Color information

#774D50 (or 0x774D50) is unknown color: approx Solid Pink. HEX triplet: 77, 4D and 50. RGB value is (119,77,80). Sum of RGB (Red+Green+Blue) = 119+77+80=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D50 is #88B2AF. Grayscale: #595959. Windows color (decimal): -8958640 or 5262711. OLE color: 5262711.

HSL color Cylindrical-coordinate representation of color #774D50: hue angle of 355.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D50 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1197780-
CMYK00.350.330.53
HSL355.71º21.43%38.43%-
HSV(B)355.71º35.29%46.67%-
XYZ11.719.818.87-
YUV89.9122.41148.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=43.12%
G=27.90%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119778000.350.330.53355.7121.4338.43
Hex774D5002321351641526
Octal16711512004341655442546
Binary111011110011011010000010001110000111010110110010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D50; }

 p { color: rgb(119,77,80); }

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

<style>
 a { background-color: #774D50; }

 a { background-color: rgb(119,77,80); }

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

<style>
 span { border-color: #774D50; }

 span { border-color: rgb(119,77,80); }

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