COLOR #07754C

HEX: #07754C
RGB: (7,117,76)

Color info

#07754C contains mainly green and blue colors. Web safe color of #07754C is #006633 (or #063).

RGB color model

#07754C color RGB value is (7,117,76).

  • red value is 7;
  • green value is 117;
  • blue value is 76.
RGB:
(7,117,76)
(3%,46%,30%)

RGB channels and saturation

R 7 of 255 = 3%
G 117 of 255 = 46%
B 76 of 255 = 30%

7
117
76

R + G + B ~ 26%. #07754C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 117 + 76 = 200 (100%)
R 7 of 200 ~ 3.5%
G 117 of 200 ~ 58.5%
B 76 of 200 ~ 38%

%58.5
%38

CMYK color model

#07754C color CMYK value is (94,0,35,54).

  • cyan value is 94.02%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(94,0,35,54)
C94M0Y35K54 
(94%,0%,35%,54%)
(0.94/0.00/0.35/0.54)	

CMYK percentages

%94.02
%0
%35.04
%54.12

Codes

Color #07754C in popluar color models

07754C
RGB711776
HSL158°88.71%24.31%
HSB/HSV158°94.02%45.88%
CMYK94.02%0.00%35.04%
54.12%

Color #07754C in popluar number systems.

HEX07754C
Decimal711776
Binary11111101011001100
Octal7165114

Shades and tints

Shades of #07754C

#07754C
(7,117,76)
#076B46
(7,107,70)
#076140
(7,97,64)
#07573A
(7,87,58)
#074D34
(7,77,52)
#07432E
(7,67,46)
#073928
(7,57,40)
#072F22
(7,47,34)
#07251C
(7,37,28)
#071B16
(7,27,22)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #07754C

#07754C
(7,117,76)
#1D815C
(29,129,92)
#338D6C
(51,141,108)
#49997C
(73,153,124)
#5FA58C
(95,165,140)
#75B19C
(117,177,156)
#8BBDAC
(139,189,172)
#A1C9BC
(161,201,188)
#B7D5CC
(183,213,204)
#CDE1DC
(205,225,220)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07754C color. Also use rgb(7,117,76) instead hex code.

Text Font Color

.myTextColor { color: #07754C; }

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

This text font color is #07754C.


Background Color

.myBgColor { background-color: #07754C; }

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

This div background color is #07754C.


Border color

.myBorderColor { border: 1px solid #07754C; }

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

This div border color is #07754C.


Opacity

.myOpacity80 { color: #07754C; opacity: 0.8; }

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

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

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

This text has shadow with #07754C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07754C on black background.


Color preview on white background

This text has color #07754C on white background.



Black color preview on #07754C background

This text has black color on #07754C background.


White color preview on #07754C background

This text has white color on #07754C background.