Html Css Color HEX #774A50 Solid Pink

📋 copy color: '#774A50'

red 119 ◦ green 74 ◦ blue 80

#774A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #774A50

Tints of Solid Pink #774A50

RGB

 RED value IS 119 (46.88% from 255) = 43.59%

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 43.59%
G = 27.11%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774A50 (or 0x774A50) is known color: Solid Pink. HEX triplet: 77, 4A and 50. RGB value is (119,74,80). Sum of RGB (Red+Green+Blue) = 119+74+80=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A50 is #88B5AF. Grayscale: #585858. Windows color (decimal): -8959408 or 5261943. OLE color: 5261943.

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

Color convert

RGB 119 74 80 -
CMYK 0 0.38 0.33 0.53
HSL 352º 0.23% 0.38% -
HSV(B) 352º 0.38% 0.47% -
XYZ 11.5 9.4 8.8 -
YUV 88.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 119 74 80 0 0.38 0.33 0.53 352 0.23 0.38
Hex 77 4A 50 0 26 21 35 160 17 26
Octal 167 112 120 0 46 41 65 540 27 46
Binary 1110111 1001010 1010000 0 100110 100001 110101 101100000 10111 100110

Color Harmonies of #774A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A50

Black with #774A50

Text Example


Text Example

White with #774A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #774A50;
 }
 .AnyTagClassName
 {
   color: #774A50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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