Html Css Color HEX #774950 Solid Pink

📋 copy color: '#774950'

red 119 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #774950

Tints of Solid Pink #774950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

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

R = 43.75%
G = 26.84%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774950 (or 0x774950) is known color: Solid Pink. HEX triplet: 77, 49 and 50. RGB value is (119,73,80). Sum of RGB (Red+Green+Blue) = 119+73+80=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774950 is #88B6AF. Grayscale: #575757. Windows color (decimal): -8959664 or 5261687. OLE color: 5261687.

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

Color convert

RGB 119 73 80 -
CMYK 0 0.39 0.33 0.53
HSL 350.87º 0.24% 0.38% -
HSV(B) 350.87º 0.39% 0.47% -
XYZ 11.44 9.27 8.78 -
YUV 87.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 119 73 80 0 0.39 0.33 0.53 350.87 0.24 0.38
Hex 77 49 50 0 27 21 35 15F 18 26
Octal 167 111 120 0 47 41 65 537 30 46
Binary 1110111 1001001 1010000 0 100111 100001 110101 101011111 11000 100110

Color Harmonies of #774950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774950

Black with #774950

Text Example


Text Example

White with #774950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774950; }

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

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

background-color css

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

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

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

border-color css

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

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

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