#774E52

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

Shades of Solid Pink #774E52

Tints of Solid Pink #774E52

Color information

#774E52 (or 0x774E52) is unknown color: approx Solid Pink. HEX triplet: 77, 4E and 52. RGB value is (119,78,82). Sum of RGB (Red+Green+Blue) = 119+78+82=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #774E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E52 is #88B1AD. Grayscale: #5A5A5A. Windows color (decimal): -8958382 or 5394039. OLE color: 5394039.

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

Color convert

RGB1197882-
CMYK00.340.310.53
HSL354.15º20.81%38.63%-
HSV(B)354.15º34.45%46.67%-
XYZ11.869.989.28-
YUV90.71123.08148.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=42.65%
G=27.96%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119788200.340.310.53354.1520.8138.63
Hex774E520221F351621527
Octal16711612204237655422547
Binary11101111001110101001001000101111111010110110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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