crispedge.com

Color picker

Loading...

#ff777d hex color - Red - Warm color - Information

#ff777d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff777d Color code in RGB color code model is created after adding 100% red color, 46.67% green color and 49.02% blue color. Hex #ff777d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 51% yellow and 0% black.

Hex #ff777d color code is between #ee6677 web safe hex color code and #dd8888 web safe hex color code. #ee6677 is the nearest web safe color code. You can see here many more shades of #ff777d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeff777d#ff777d
RGB Decimal255, 119, 125rgb(255, 119, 125)
RGB Percent100%, 47%, 49%rgb(100%, 47%, 49%)
CSS RGBa255, 119, 125,1rgba(255,119,125,1)
CMYK Modelcmyk(0%,53%,51%,0%)
HSL Color Space357,100% ,73%hsl(357,100% ,73%)
HSV Color Space357°, 53%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110111011101111101
Octal377167175
Decimal255119125
Hexff777d

Different shades of #ff777d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ff777d
#ffaaae
Dark Shade of #ff777d
#ff444c
Saturated Shade of #ff777d
#ff777d
Desaturated Shade of #ff777d
#f87e83
Grey scale Shade of #ff777d
#bbbbbb
Brighten Shade
#ff9096
Most Readable Shade
#000000

Shades of #ff777d color code

Generate more color scales with scales (color stack) generator.

#ff777d
#e2696f
#c65c61
#aa4f53
#8d4245
#713437
#552729
#381a1b
#1c0d0d
#000000

Similar Color like #ff777d color

Find visually similar hex color codes nearing to #ff777d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ff787e
#ff797f
#ff7a80
#ff7b81
#ff7c82
#ff7d83
#ff7e84
#ff7f85
#ff8086
#ff8187
#ff8288
#ff8389
#ff848a
#ff858b
#fe767c
#fd757b
#fc747a
#fb7379
#fa7278
#f97177
#f87076
#f76f75
#f66e74
#f56d73
#f46c72
#f36b71
#f26a70
#f1696f

Monochromatic Color with #ff777d

#ff777d
#2a1415
#55282a
#803c3f
#aa4f53
#d46368

Tints of #ff777d Color

#ff777d
#ff868b
#ff9599
#ffa4a8
#ffb3b6
#ffc2c5
#ffd1d3
#ffe0e2
#ffeff0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ff777d
#77fff9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ff777d
#77ffb5
#77c1ff

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ff77b3
#ff7798
#ff777d
#ff8c77
#ffa777

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ff777d
#7dff77
#777dff

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ff777d
#c1ff77
#77fff9
#b577ff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ff777d
#77fff9
#77c1ff
#ffb577

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ff777d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ff777d Color Code Preview on Black Background Color

This is how #ff777d Color will look on black background color. Color contrast ratio is 8.19

#ff777d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ff777d">Your Example Paragraph content text in with font color #ff777d </p>

Your Example Paragraph content text in with font color #ff777d

HTML with inline CSS

<div style="color:#ff777d">Your Paragraph text in with font color #ff777d </div>

Your Example Paragraph content text in with font color #ff777d

#ff777d color code is use for CSS Background Color

Background color for the above div is #ff777d

HTML with inline CSS

<div style="background-color:#ff777d;"></div>

#ff777d color code is use for CSS Border Color

CSS Border color for the above div is #ff777d

HTML with inline CSS

<div style="border:5px solid #ff777d;"></div>

CSS Border Left color for the above div is #ff777d

HTML with inline CSS

<div style="border-left:5px solid #ff777d;"></div>

CSS Border Right color for the above div is #ff777d

HTML with inline CSS

<div style="border-right:5px solid #ff777d;"></div>

CSS Border Bottom color for the above div is #ff777d

HTML with inline CSS

<div style="border-bottom:5px solid #ff777d;"></div>

CSS Border Top color for the above div is #ff777d

HTML with inline CSS

<div style="border-top:5px solid #ff777d;"></div>

#ff777d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ff777d; } .examplecolorclass {color:#ff777d; } .examplebordercolor {border:3px solid #ff777d; }

#ff777d Color code Preview on White Background

This is how #ff777d Color code will look on white background color. Color contrast ratio is 2.57

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ff777d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ff777d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(255,119,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,255,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,119,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.