#774A4C

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

Shades of Solid Pink #774A4C

Tints of Solid Pink #774A4C

Color information

#774A4C (or 0x774A4C) is unknown color: approx Solid Pink. HEX triplet: 77, 4A and 4C. RGB value is (119,74,76). Sum of RGB (Red+Green+Blue) = 119+74+76=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A4C is #88B5B3. Grayscale: #575757. Windows color (decimal): -8959412 or 4999799. OLE color: 4999799.

HSL color Cylindrical-coordinate representation of color #774A4C: hue angle of 357.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 #774A4C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1197476-
CMYK00.380.360.53
HSL357.33º23.32%37.84%-
HSV(B)357.33º37.82%46.67%-
XYZ11.369.348.04-
YUV87.68121.41150.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=44.24%
G=27.51%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119747600.380.360.53357.3323.3237.84
Hex774A4C02624351651726
Octal16711211404644655452746
Binary111011110010101001100010011010010011010110110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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