crispedge.com

Color picker

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

#7a7878 hex color - Ocean Frigate - Grey - Warm color - Information

#7a7878 hex color - Ocean Frigate - Grey - Warm color

Color Hue/Base color: Grey

Hex #7a7878 Color Code is also known as Ocean Frigate color.

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

Hex #7a7878 color code is between #777777 web safe hex color code and #888888 web safe hex color code. #777777 is the nearest web safe color code. You can see here many more shades of #7a7878 color code.

0 Likes 0 Comments | 41 Views

Color Table

Hex Color Code7a7878#7a7878
RGB Decimal122, 120, 120rgb(122, 120, 120)
RGB Percent48%, 47%, 47%rgb(48%, 47%, 47%)
CSS RGBa122, 120, 120,1rgba(122,120,120,1)
CMYK Modelcmyk(0%,2%,2%,52%)
HSL Color Space0,1% ,47%hsl(0,1% ,47%)
HSV Color Space0°, 2%, 48%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011110100111100001111000
Octal172170170
Decimal122120120
Hex7a7878

Different shades of #7a7878 color code.

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

Light Shade of #7a7878
#939292
Dark Shade of #7a7878
#605f5f
Saturated Shade of #7a7878
#866c6c
Desaturated Shade of #7a7878
#797979
Grey scale Shade of #7a7878
#797979
Brighten Shade
#939191
Most Readable Shade
#FFFFFF

Shades of #7a7878 color code

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

#7a7878
#6c6a6a
#5e5d5d
#515050
#434242
#363535
#282828
#1b1a1a
#0d0d0d
#000000

Similar Color like #7a7878 color

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

#7b7979
#7c7a7a
#7d7b7b
#7e7c7c
#7f7d7d
#807e7e
#817f7f
#828080
#838181
#848282
#858383
#868484
#878585
#888686
#797777
#787676
#777575
#767474
#757373
#747272
#737171
#727070
#716f6f
#706e6e
#6f6d6d
#6e6c6c
#6d6b6b
#6c6a6a

Monochromatic Color with #7a7878

#7a7878
#a4a2a2
#cfcccc
#f9f5f5
#252424
#4f4e4e

Tints of #7a7878 Color

#7a7878
#888787
#979696
#a6a5a5
#b5b4b4
#c3c3c3
#d2d2d2
#e1e1e1
#f0f0f0
#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

#7a7878
#787a7a

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

Split Complementary

#7a7878
#787a79
#78797a

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

Analogous Color

#7a7879
#7a7878
#7a7878
#7a7878
#7a7978

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

#7a7878
#787a78
#78787a

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

#7a7878
#797a78
#787a7a
#79787a

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

#7a7878
#787a7a
#78797a
#7a7978

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

#7a7878 Color Code Preview on Black Background Color

This is how #7a7878 Color will look on black background color. Color contrast ratio is 4.79

#7a7878 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7a7878 color code is use for CSS Background Color

Background color for the above div is #7a7878

HTML with inline CSS

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

#7a7878 color code is use for CSS Border Color

CSS Border color for the above div is #7a7878

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7a7878 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7a7878 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 41 Views

Post your comment:-

By submitting comment you agree to our privacy policy.