#774850

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

Shades of Solid Pink #774850

Tints of Solid Pink #774850

Color information

#774850 (or 0x774850) is unknown color: approx Solid Pink. HEX triplet: 77, 48 and 50. RGB value is (119,72,80). Sum of RGB (Red+Green+Blue) = 119+72+80=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774850 is #88B7AF. Grayscale: #565656. Windows color (decimal): -8959920 or 5261431. OLE color: 5261431.

HSL color Cylindrical-coordinate representation of color #774850: hue angle of 349.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774850 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1197280-
CMYK00.390.330.53
HSL349.79º24.61%37.45%-
HSV(B)349.79º39.5%46.67%-
XYZ11.379.148.75-
YUV86.96124.07150.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=43.91%
G=26.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119728000.390.330.53349.7924.6137.45
Hex774850027213515e1925
Octal16711012004741655363145
Binary111011110010001010000010011110000111010110101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774850; }

 p { color: rgb(119,72,80); }

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

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

 a { background-color: rgb(119,72,80); }

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

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

 span { border-color: rgb(119,72,80); }

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