#774E50

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

Shades of Solid Pink #774E50

Tints of Solid Pink #774E50

Color information

#774E50 (or 0x774E50) is unknown color: approx Solid Pink. HEX triplet: 77, 4E and 50. RGB value is (119,78,80). Sum of RGB (Red+Green+Blue) = 119+78+80=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E50 is #88B1AF. Grayscale: #5A5A5A. Windows color (decimal): -8958384 or 5262967. OLE color: 5262967.

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

Color convert

RGB1197880-
CMYK00.340.330.53
HSL357.07º20.81%38.63%-
HSV(B)357.07º34.45%46.67%-
XYZ11.789.958.89-
YUV90.49122.08148.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=42.96%
G=28.16%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119788000.340.330.53357.0720.8138.63
Hex774E5002221351651527
Octal16711612004241655452547
Binary111011110011101010000010001010000111010110110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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