crispedge.com

Color picker

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

#767f75 hex color - Grey - Cool color - Information

#767f75 hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #767f75 Color code in RGB color code model is created after adding 46.27% red color, 49.8% green color and 45.88% blue color. Hex #767f75 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 8% yellow and 50% black.

Hex #767f75 color code is between #777777 web safe hex color code and #668866 web safe hex color code. #777777 is the nearest web safe color code. You can see here many more shades of #767f75 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code767f75#767f75
RGB Decimal118, 127, 117rgb(118, 127, 117)
RGB Percent46%, 50%, 46%rgb(46%, 50%, 46%)
CSS RGBa118, 127, 117,1rgba(118,127,117,1)
CMYK Modelcmyk(7%,0%,8%,50%)
HSL Color Space114,4% ,48%hsl(114,4% ,48%)
HSV Color Space114°, 8%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100111111101110101
Octal166177165
Decimal118127117
Hex767f75

Different shades of #767f75 color code.

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

Light Shade of #767f75
#90988f
Dark Shade of #767f75
#5d645d
Saturated Shade of #767f75
#6c8b69
Desaturated Shade of #767f75
#7a7a7a
Grey scale Shade of #767f75
#7a7a7a
Brighten Shade
#8f988e
Most Readable Shade
#FFFFFF

Shades of #767f75 color code

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

#767f75
#687068
#5b625b
#4e544e
#414641
#343834
#272a27
#1a1c1a
#0d0e0d
#000000

Similar Color like #767f75 color

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

#778076
#788177
#798278
#7a8379
#7b847a
#7c857b
#7d867c
#7e877d
#7f887e
#80897f
#818a80
#828b81
#838c82
#848d83
#757e74
#747d73
#737c72
#727b71
#717a70
#70796f
#6f786e
#6e776d
#6d766c
#6c756b
#6b746a
#6a7369
#697268
#687167

Monochromatic Color with #767f75

#767f75
#9da99c
#c5d4c3
#ecfeea
#272a27
#4e544e

Tints of #767f75 Color

#767f75
#858d84
#949b93
#a3a9a3
#b2b7b2
#c2c6c1
#d1d4d1
#e0e2e0
#eff0ef
#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

#767f75
#7e757f

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

Split Complementary

#767f75
#79757f
#7f757b

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

Analogous Color

#7a7f75
#787f75
#767f75
#757f76
#757f78

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

#767f75
#75767f
#7f7576

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

#767f75
#757b7f
#7e757f
#7f7975

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

#767f75
#7e757f
#7f757b
#757f79

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 #767f75 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.

#767f75 Color Code Preview on Black Background Color

This is how #767f75 Color will look on black background color. Color contrast ratio is 5.06

#767f75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767f75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767f75

#767f75 color code is use for CSS Background Color

Background color for the above div is #767f75

HTML with inline CSS

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

#767f75 color code is use for CSS Border Color

CSS Border color for the above div is #767f75

HTML with inline CSS

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

CSS Border Left color for the above div is #767f75

HTML with inline CSS

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

CSS Border Right color for the above div is #767f75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #767f75

HTML with inline CSS

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

CSS Border Top color for the above div is #767f75

HTML with inline CSS

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

#767f75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#767f75 Color code Preview on White Background

This is how #767f75 Color code will look on white background color. Color contrast ratio is 4.15

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.