#77494E

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

Shades of Solid Pink #77494E

Tints of Solid Pink #77494E

Color information

#77494E (or 0x77494E) is unknown color: approx Solid Pink. HEX triplet: 77, 49 and 4E. RGB value is (119,73,78). Sum of RGB (Red+Green+Blue) = 119+73+78=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77494E is #88B6B1. Grayscale: #575757. Windows color (decimal): -8959666 or 5130615. OLE color: 5130615.

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

Color convert

RGB1197378-
CMYK00.390.340.53
HSL353.48º23.96%37.65%-
HSV(B)353.48º38.66%46.67%-
XYZ11.379.248.39-
YUV87.32122.74150.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=44.07%
G=27.04%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119737800.390.340.53353.4823.9637.65
Hex77494E02722351611826
Octal16711111604742655413046
Binary111011110010011001110010011110001011010110110000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77494E; }

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

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

<style>
 a { background-color: #77494E; }

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

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

<style>
 span { border-color: #77494E; }

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

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