#774A4F

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

Shades of Solid Pink #774A4F

Tints of Solid Pink #774A4F

Color information

#774A4F (or 0x774A4F) is unknown color: approx Solid Pink. HEX triplet: 77, 4A and 4F. RGB value is (119,74,79). Sum of RGB (Red+Green+Blue) = 119+74+79=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A4F is #88B5B0. Grayscale: #585858. Windows color (decimal): -8959409 or 5196407. OLE color: 5196407.

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

Color convert

RGB1197479-
CMYK00.380.340.53
HSL353.33º23.32%37.84%-
HSV(B)353.33º37.82%46.67%-
XYZ11.479.388.6-
YUV88.02122.91150.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=43.75%
G=27.21%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119747900.380.340.53353.3323.3237.84
Hex774A4F02622351611726
Octal16711211704642655412746
Binary111011110010101001111010011010001011010110110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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