#774D51

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

Shades of Solid Pink #774D51

Tints of Solid Pink #774D51

Color information

#774D51 (or 0x774D51) is unknown color: approx Solid Pink. HEX triplet: 77, 4D and 51. RGB value is (119,77,81). Sum of RGB (Red+Green+Blue) = 119+77+81=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D51 is #88B2AE. Grayscale: #5A5A5A. Windows color (decimal): -8958639 or 5328247. OLE color: 5328247.

HSL color Cylindrical-coordinate representation of color #774D51: hue angle of 354.29º 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 #774D51 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1197781-
CMYK00.350.320.53
HSL354.29º21.43%38.43%-
HSV(B)354.29º35.29%46.67%-
XYZ11.759.829.06-
YUV90.01122.91148.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=42.96%
G=27.80%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119778100.350.320.53354.2921.4338.43
Hex774D5102320351621526
Octal16711512104340655422546
Binary111011110011011010001010001110000011010110110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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