#774B54

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

Shades of Solid Pink #774B54

Tints of Solid Pink #774B54

Color information

#774B54 (or 0x774B54) is unknown color: approx Solid Pink. HEX triplet: 77, 4B and 54. RGB value is (119,75,84). Sum of RGB (Red+Green+Blue) = 119+75+84=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B54 is #88B4AB. Grayscale: #595959. Windows color (decimal): -8959148 or 5524343. OLE color: 5524343.

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

Color convert

RGB1197584-
CMYK00.370.290.53
HSL347.73º22.68%38.04%-
HSV(B)347.73º36.97%46.67%-
XYZ11.729.599.62-
YUV89.18125.08149.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=42.81%
G=26.98%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119758400.370.290.53347.7322.6838.04
Hex774B540251D3515c1726
Octal16711312404535655342746
Binary11101111001011101010001001011110111010110101110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,75,84); }

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

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

 a { background-color: rgb(119,75,84); }

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

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

 span { border-color: rgb(119,75,84); }

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