crispedge.com

Color picker

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

#71826b hex color - Green - Cool color - Information

#71826b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #71826b Color code in RGB color code model is created after adding 44.31% red color, 50.98% green color and 41.96% blue color. Hex #71826b Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 18% yellow and 49% black.

Hex #71826b color code is between #778866 web safe hex color code and #667777 web safe hex color code. #778866 is the nearest web safe color code. You can see here many more shades of #71826b color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code71826b#71826b
RGB Decimal113, 130, 107rgb(113, 130, 107)
RGB Percent44%, 51%, 42%rgb(44%, 51%, 42%)
CSS RGBa113, 130, 107,1rgba(113,130,107,1)
CMYK Modelcmyk(13%,0%,18%,49%)
HSL Color Space104,10% ,46%hsl(104,10% ,46%)
HSV Color Space104°, 18%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011000001001101011
Octal161202153
Decimal113130107
Hex71826b

Different shades of #71826b color code.

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

Light Shade of #71826b
#8b9b85
Dark Shade of #71826b
#596654
Saturated Shade of #71826b
#6b8e5f
Desaturated Shade of #71826b
#767676
Grey scale Shade of #71826b
#767676
Brighten Shade
#8a9b84
Most Readable Shade
#FFFFFF

Shades of #71826b color code

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

#71826b
#64735f
#576553
#4b5647
#3e483b
#32392f
#252b23
#191c17
#0c0e0b
#000000

Similar Color like #71826b color

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

#72836c
#73846d
#74856e
#75866f
#768770
#778871
#788972
#798a73
#7a8b74
#7b8c75
#7c8d76
#7d8e77
#7e8f78
#7f9079
#70816a
#6f8069
#6e7f68
#6d7e67
#6c7d66
#6b7c65
#6a7b64
#697a63
#687962
#677861
#667760
#65765f
#64755e
#63745d

Monochromatic Color with #71826b

#71826b
#96ac8e
#bbd7b1
#020202
#272d25
#4c5748

Tints of #71826b Color

#71826b
#808f7b
#909d8b
#a0ab9c
#b0b9ac
#bfc7bd
#cfd5cd
#dfe3de
#eff1ee
#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

#71826b
#7c6b82

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

Split Complementary

#71826b
#716b82
#826b7d

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

Analogous Color

#7a826b
#76826b
#71826b
#6c826b
#6b826e

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

#71826b
#6b7182
#826b71

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

#71826b
#6b7c82
#7c6b82
#82716b

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

#71826b
#7c6b82
#826b7d
#6b8271

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 #71826b 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.

#71826b Color Code Preview on Black Background Color

This is how #71826b Color will look on black background color. Color contrast ratio is 5.11

#71826b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71826b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71826b

#71826b color code is use for CSS Background Color

Background color for the above div is #71826b

HTML with inline CSS

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

#71826b color code is use for CSS Border Color

CSS Border color for the above div is #71826b

HTML with inline CSS

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

CSS Border Left color for the above div is #71826b

HTML with inline CSS

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

CSS Border Right color for the above div is #71826b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71826b

HTML with inline CSS

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

CSS Border Top color for the above div is #71826b

HTML with inline CSS

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

#71826b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71826b Color code Preview on White Background

This is how #71826b Color code will look on white background color. Color contrast ratio is 4.11

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.