crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#707c96 hex color - Grey - Cool color - Information

#707c96 hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #707c96 Color code in RGB color code model is created after adding 43.92% red color, 48.63% green color and 58.82% blue color. Hex #707c96 Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 17% magenta, 0% yellow and 41% black.

Hex #707c96 color code is between #777799 web safe hex color code and #668888 web safe hex color code. #777799 is the nearest web safe color code. You can see here many more shades of #707c96 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code707c96#707c96
RGB Decimal112, 124, 150rgb(112, 124, 150)
RGB Percent44%, 49%, 59%rgb(44%, 49%, 59%)
CSS RGBa112, 124, 150,1rgba(112,124,150,1)
CMYK Modelcmyk(25%,17%,0%,41%)
HSL Color Space221,15% ,51%hsl(221,15% ,51%)
HSV Color Space221°, 25%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100000111110010010110
Octal160174226
Decimal112124150
Hex707c96

Different shades of #707c96 color code.

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

Light Shade of #707c96
#8d97ac
Dark Shade of #707c96
#59647a
Saturated Shade of #707c96
#6477a2
Desaturated Shade of #707c96
#7c818a
Grey scale Shade of #707c96
#838383
Brighten Shade
#8995af
Most Readable Shade
#FFFFFF

Shades of #707c96 color code

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

#707c96
#636e85
#576074
#4a5264
#3e4453
#313742
#252932
#181b21
#0c0d10
#000000

Similar Color like #707c96 color

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

#717d97
#727e98
#737f99
#74809a
#75819b
#76829c
#77839d
#78849e
#79859f
#7a86a0
#7b87a1
#7c88a2
#7d89a3
#7e8aa4
#6f7b95
#6e7a94
#6d7993
#6c7892
#6b7791
#6a7690
#69758f
#68748e
#67738d
#66728c
#65718b
#64708a
#636f89
#626e88

Monochromatic Color with #707c96

#707c96
#909fc0
#afc2eb
#111316
#313641
#50596b

Tints of #707c96 Color

#707c96
#7f8aa1
#8f99ad
#9fa7b9
#afb6c4
#bfc4d0
#cfd3dc
#dfe1e7
#eff0f3
#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

#707c96
#968a70

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

Split Complementary

#707c96
#967770
#8f9670

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

Analogous Color

#708b96
#708496
#707c96
#707496
#737096

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

#707c96
#96707c
#7c9670

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

#707c96
#96708f
#968a70
#709677

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

#707c96
#968a70
#8f9670
#777096

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 #707c96 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.

#707c96 Color Code Preview on Black Background Color

This is how #707c96 Color will look on black background color. Color contrast ratio is 5.01

#707c96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #707c96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #707c96

#707c96 color code is use for CSS Background Color

Background color for the above div is #707c96

HTML with inline CSS

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

#707c96 color code is use for CSS Border Color

CSS Border color for the above div is #707c96

HTML with inline CSS

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

CSS Border Left color for the above div is #707c96

HTML with inline CSS

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

CSS Border Right color for the above div is #707c96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #707c96

HTML with inline CSS

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

CSS Border Top color for the above div is #707c96

HTML with inline CSS

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

#707c96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#707c96 Color code Preview on White Background

This is how #707c96 Color code will look on white background color. Color contrast ratio is 4.19

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 #707c96; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #707c96; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.