crispedge.com

Color picker

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

#7a7d68 hex color - Green - Warm color - Information

#7a7d68 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #7a7d68 Color code in RGB color code model is created after adding 47.84% red color, 49.02% green color and 40.78% blue color. Hex #7a7d68 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 17% yellow and 51% black.

Hex #7a7d68 color code is between #777766 web safe hex color code and #888877 web safe hex color code. #777766 is the nearest web safe color code. You can see here many more shades of #7a7d68 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7a7d68#7a7d68
RGB Decimal122, 125, 104rgb(122, 125, 104)
RGB Percent48%, 49%, 41%rgb(48%, 49%, 41%)
CSS RGBa122, 125, 104,1rgba(122,125,104,1)
CMYK Modelcmyk(2%,0%,17%,51%)
HSL Color Space69,9% ,45%hsl(69,9% ,45%)
HSV Color Space69°, 17%, 49%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011110100111110101101000
Octal172175150
Decimal122125104
Hex7a7d68

Different shades of #7a7d68 color code.

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

Light Shade of #7a7d68
#949781
Dark Shade of #7a7d68
#5f6151
Saturated Shade of #7a7d68
#82885d
Desaturated Shade of #7a7d68
#727272
Grey scale Shade of #7a7d68
#727272
Brighten Shade
#939681
Most Readable Shade
#FFFFFF

Shades of #7a7d68 color code

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

#7a7d68
#6c6f5c
#5e6150
#515345
#434539
#36372e
#282922
#1b1b17
#0d0d0b
#000000

Similar Color like #7a7d68 color

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

#7b7e69
#7c7f6a
#7d806b
#7e816c
#7f826d
#80836e
#81846f
#828570
#838671
#848772
#858873
#868974
#878a75
#888b76
#797c67
#787b66
#777a65
#767964
#757863
#747762
#737661
#727560
#71745f
#70735e
#6f725d
#6e715c
#6d705b
#6c6f5a

Monochromatic Color with #7a7d68

#7a7d68
#a3a78b
#cdd2af
#f6fcd2
#272821
#515245

Tints of #7a7d68 Color

#7a7d68
#888b78
#979989
#a6a89a
#b5b6ab
#c3c5bb
#d2d3cc
#e1e2dd
#f0f0ee
#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

#7a7d68
#6b687d

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

Split Complementary

#7a7d68
#68707d
#75687d

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

Analogous Color

#7d7868
#7d7c68
#7a7d68
#767d68
#727d68

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

#7a7d68
#687a7d
#7d687a

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

#7a7d68
#687d75
#6b687d
#7d686f

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

#7a7d68
#6b687d
#75687d
#707d68

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 #7a7d68 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.

#7a7d68 Color Code Preview on Black Background Color

This is how #7a7d68 Color will look on black background color. Color contrast ratio is 4.96

#7a7d68 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7a7d68

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7a7d68

#7a7d68 color code is use for CSS Background Color

Background color for the above div is #7a7d68

HTML with inline CSS

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

#7a7d68 color code is use for CSS Border Color

CSS Border color for the above div is #7a7d68

HTML with inline CSS

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

CSS Border Left color for the above div is #7a7d68

HTML with inline CSS

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

CSS Border Right color for the above div is #7a7d68

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7a7d68

HTML with inline CSS

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

CSS Border Top color for the above div is #7a7d68

HTML with inline CSS

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

#7a7d68 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7a7d68 Color code Preview on White Background

This is how #7a7d68 Color code will look on white background color. Color contrast ratio is 4.23

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

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.