#774B50

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

Shades of Solid Pink #774B50

Tints of Solid Pink #774B50

Color information

#774B50 (or 0x774B50) is unknown color: approx Solid Pink. HEX triplet: 77, 4B and 50. RGB value is (119,75,80). Sum of RGB (Red+Green+Blue) = 119+75+80=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B50 is #88B4AF. Grayscale: #585858. Windows color (decimal): -8959152 or 5262199. OLE color: 5262199.

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

Color convert

RGB1197580-
CMYK00.370.330.53
HSL353.18º22.68%38.04%-
HSV(B)353.18º36.97%46.67%-
XYZ11.579.538.82-
YUV88.73123.08149.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=43.43%
G=27.37%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119758000.370.330.53353.1822.6838.04
Hex774B5002521351611726
Octal16711312004541655412746
Binary111011110010111010000010010110000111010110110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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