#774E51

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

Shades of Solid Pink #774E51

Tints of Solid Pink #774E51

Color information

#774E51 (or 0x774E51) is unknown color: approx Solid Pink. HEX triplet: 77, 4E and 51. RGB value is (119,78,81). Sum of RGB (Red+Green+Blue) = 119+78+81=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E51 is #88B1AE. Grayscale: #5A5A5A. Windows color (decimal): -8958383 or 5328503. OLE color: 5328503.

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

Color convert

RGB1197881-
CMYK00.340.320.53
HSL355.61º20.81%38.63%-
HSV(B)355.61º34.45%46.67%-
XYZ11.829.969.09-
YUV90.6122.58148.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=42.81%
G=28.06%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119788100.340.320.53355.6120.8138.63
Hex774E5102220351641527
Octal16711612104240655442547
Binary111011110011101010001010001010000011010110110010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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