COLOR #7DA792

HEX: #7DA792 RGB: (125,167,146)

Color info

#7DA792 contains red, green and blue colors in about the same proportion. Web safe color of #7DA792 is #669999 (or #699).

RGB color model

#7DA792 color RGB value is (125,167,146).

RGB: (125,167,146) (49%, 65%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 146 of 255 = 57%

125
167
146

R + G + B ~ 57%. #7DA792 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 146 = 438 (100%)
R 125 of 438 ~ 28.54%
G 167 of 438 ~ 38.13%
B 146 of 438 ~ 33.33'%

%28.54
%38.13
%33.33

CMYK color model

#7DA792 color CMYK value is (25,0,13,35).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 34.51%

CMYK: (25,0,13,35)
C25M0Y13K35 (25%, 0%, 13%, 35%)
(0.25 / 0.00 / 0.13 / 0.35)

CMYK percentages

%25.15
%0
%12.57
%34.51

Codes

Color #7DA792 in popluar color models

7D A7 92
RGB 125 167 146
HSL 150° 19.27% 57.25%
HSB/HSV 150° 25.15% 65.49%
CMYK 25.15% 0.00% 12.57%
34.51%

Color #7DA792 in popluar number systems.

HEX 7D A7 92
Decimal 125 167 146
Binary 1111101 10100111 10010010
Octal 175 247 222

Shades and tints

Shades of #7DA792

#7DA792
(125,167,146)
#729885
(114,152,133)
#678978
(103,137,120)
#5C7A6B
(92,122,107)
#516B5E
(81,107,94)
#465C51
(70,92,81)
#3B4D44
(59,77,68)
#303E37
(48,62,55)
#252F2A
(37,47,42)
#1A201D
(26,32,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7DA792

#7DA792
(125,167,146)
#88AF9B
(136,175,155)
#93B7A4
(147,183,164)
#9EBFAD
(158,191,173)
#A9C7B6
(169,199,182)
#B4CFBF
(180,207,191)
#BFD7C8
(191,215,200)
#CADFD1
(202,223,209)
#D5E7DA
(213,231,218)
#E0EFE3
(224,239,227)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA792 color. Also use rgb(125,167,146) instead hex code.

Text Font Color

.myTextColor { color: #7DA792; }

<p style="color:#7DA792">This sample text font color is #7DA792.</p>

This text font color is #7DA792.

Background Color

.myBgColor { background-color: #7DA792; }

<div style="background-color:#7DA792">Inner text</div>

This div background color is #7DA792.

Border color

.myBorderColor { border: 1px solid #7DA792; }

<div style="border:3px solid #7DA792">Div</div>

This div border color is #7DA792.

Opacity

.myOpacity80 { color: #7DA792; opacity: 0.8; }

<p style="color:#7DA792;opacity:0.8;">80%</p>

Text with #7DA792 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7DA792;}

<p style="text-shadow: 3px 3px 1px #7DA792">Text here.</p>

This text has shadow with #7DA792 color.


.textShadow {text-shadow: 3px 3px 1px #7DA792', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7DA792, 5px 5px 20px red">Text here.</p>

This text has shadow with #7DA792 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DA792, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7DA792, Direction=45, Strength=4)">Text</p>

This text has shadow with #7DA792 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DA792;
-webkit-box-shadow: 1px 1px 3px 2px #7DA792;
box-shadow: 1px 1px 3px 2px #7DA792;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DA792; -webkit-box-shadow: 1px 1px 3px 2px #7DA792; box-shadow:1px 1px 3px 2px #7DA792;">
Div content here
</div>

This div box has shadow with color #7DA792.

Preview

Color preview on black background

This text has color #7DA792 on black background.


Color preview on white background

This text has color #7DA792 on white background.


Black color preview on #7DA792 background

This text has black color on #7DA792 background.


White color preview on #7DA792 background

This text has white color on #7DA792 background.


Related colors

Complementary color

Complementary color for #hex is #82586D.


I love getcolorcode.com

Triadic colors

1 #927DA7 and #A7927D with #7DA792 are triadic colors.

2 #92A77D and #A77D92 with #7DA792 are triadic colors.