#774B51

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

Shades of Solid Pink #774B51

Tints of Solid Pink #774B51

Color information

#774B51 (or 0x774B51) is unknown color: approx Solid Pink. HEX triplet: 77, 4B and 51. RGB value is (119,75,81). Sum of RGB (Red+Green+Blue) = 119+75+81=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B51 is #88B4AE. Grayscale: #585858. Windows color (decimal): -8959151 or 5327735. OLE color: 5327735.

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

Color convert

RGB1197581-
CMYK00.370.320.53
HSL351.82º22.68%38.04%-
HSV(B)351.82º36.97%46.67%-
XYZ11.619.559.02-
YUV88.84123.58149.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=43.27%
G=27.27%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119758100.370.320.53351.8222.6838.04
Hex774B5102520351601726
Octal16711312104540655402746
Binary111011110010111010001010010110000011010110110000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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