#774951

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

Shades of Solid Pink #774951

Tints of Solid Pink #774951

Color information

#774951 (or 0x774951) is unknown color: approx Solid Pink. HEX triplet: 77, 49 and 51. RGB value is (119,73,81). Sum of RGB (Red+Green+Blue) = 119+73+81=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774951 is #88B6AE. Grayscale: #575757. Windows color (decimal): -8959663 or 5327223. OLE color: 5327223.

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

Color convert

RGB1197381-
CMYK00.390.320.53
HSL349.57º23.96%37.65%-
HSV(B)349.57º38.66%46.67%-
XYZ11.489.288.97-
YUV87.67124.24150.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=43.59%
G=26.74%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119738100.390.320.53349.5723.9637.65
Hex774951027203515e1826
Octal16711112104740655363046
Binary111011110010011010001010011110000011010110101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774951; }

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

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

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

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

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

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

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

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