COLOR #769275

HEX: #769275
RGB: (118,146,117)

Color info

#769275 contains red, green and blue colors in about the same proportion. Web safe color of #769275 is #669966 (or #696).

RGB color model

#769275 color RGB value is (118,146,117).

  • red value is 118;
  • green value is 146;
  • blue value is 117.
RGB:
(118,146,117)
(46%,57%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 146 of 255 = 57%
B 117 of 255 = 46%

118
146
117

R + G + B ~ 50%. #769275 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 146 + 117 = 381 (100%)
R 118 of 381 ~ 30.97%
G 146 of 381 ~ 38.32%
B 117 of 381 ~ 30.71%

%30.97
%38.32
%30.71

CMYK color model

#769275 color CMYK value is (19,0,20,43).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%
CMYK:
(19,0,20,43)
C19M0Y20K43 
(19%,0%,20%,43%)
(0.19/0.00/0.20/0.43)	

CMYK percentages

%19.18
%0
%19.86
%42.75

Codes

Color #769275 in popluar color models

769275
RGB118146117
HSL118°11.74%51.57%
HSB/HSV118°19.86%57.25%
CMYK19.18%0.00%19.86%
42.75%

Color #769275 in popluar number systems.

HEX769275
Decimal118146117
Binary1110110100100101110101
Octal166222165

Shades and tints

Shades of #769275

#769275
(118,146,117)
#6C856B
(108,133,107)
#627861
(98,120,97)
#586B57
(88,107,87)
#4E5E4D
(78,94,77)
#445143
(68,81,67)
#3A4439
(58,68,57)
#30372F
(48,55,47)
#262A25
(38,42,37)
#1C1D1B
(28,29,27)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #769275

#769275
(118,146,117)
#829B81
(130,155,129)
#8EA48D
(142,164,141)
#9AAD99
(154,173,153)
#A6B6A5
(166,182,165)
#B2BFB1
(178,191,177)
#BEC8BD
(190,200,189)
#CAD1C9
(202,209,201)
#D6DAD5
(214,218,213)
#E2E3E1
(226,227,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769275 color. Also use rgb(118,146,117) instead hex code.

Text Font Color

.myTextColor { color: #769275; }

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

This text font color is #769275.


Background Color

.myBgColor { background-color: #769275; }

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

This div background color is #769275.


Border color

.myBorderColor { border: 1px solid #769275; }

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

This div border color is #769275.


Opacity

.myOpacity80 { color: #769275; opacity: 0.8; }

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

Text with #769275 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 #769275;}

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

This text has shadow with #769275 color.

.textShadow {text-shadow: 3px 3px 1px #769275, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #769275;
-webkit-box-shadow: 1px 1px 3px 2px #769275;
box-shadow:1px 1px 3px 2px #769275;">
Div content here</div>
This div box has shadow with color #769275.

Preview

Color preview on black background

This text has color #769275 on black background.


Color preview on white background

This text has color #769275 on white background.



Black color preview on #769275 background

This text has black color on #769275 background.


White color preview on #769275 background

This text has white color on #769275 background.