#77474F

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

Shades of Solid Pink #77474F

Tints of Solid Pink #77474F

Color information

#77474F (or 0x77474F) is unknown color: approx Solid Pink. HEX triplet: 77, 47 and 4F. RGB value is (119,71,79). Sum of RGB (Red+Green+Blue) = 119+71+79=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77474F is #88B8B0. Grayscale: #565656. Windows color (decimal): -8960177 or 5195639. OLE color: 5195639.

HSL color Cylindrical-coordinate representation of color #77474F: hue angle of 350º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77474F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1197179-
CMYK00.400.340.53
HSL350º25.26%37.25%-
HSV(B)350º40.34%46.67%-
XYZ11.278.998.54-
YUV86.26123.9151.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=44.24%
G=26.39%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119717900.400.340.5335025.2637.25
Hex77474F028223515e1925
Octal16710711705042655363145
Binary111011110001111001111010100010001011010110101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77474F; }

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

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

<style>
 a { background-color: #77474F; }

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

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

<style>
 span { border-color: #77474F; }

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

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