#774F51

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

Shades of Solid Pink #774F51

Tints of Solid Pink #774F51

Color information

#774F51 (or 0x774F51) is unknown color: approx Solid Pink. HEX triplet: 77, 4F and 51. RGB value is (119,79,81). Sum of RGB (Red+Green+Blue) = 119+79+81=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #774F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F51 is #88B0AE. Grayscale: #5B5B5B. Windows color (decimal): -8958127 or 5328759. OLE color: 5328759.

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

Color convert

RGB1197981-
CMYK00.340.320.53
HSL357º20.2%38.82%-
HSV(B)357º33.61%46.67%-
XYZ11.8910.119.11-
YUV91.19122.25147.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=42.65%
G=28.32%
B=29.03%

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
Decimal119798100.340.320.5335720.238.82
Hex774F5102220351651427
Octal16711712104240655452447
Binary111011110011111010001010001010000011010110110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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