COLOR #077175

HEX: #077175
RGB: (7,113,117)

Color info

#077175 contains mainly green and blue colors. Web safe color of #077175 is #006666 (or #066).

RGB color model

#077175 color RGB value is (7,113,117).

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

RGB channels and saturation

R 7 of 255 = 3%
G 113 of 255 = 44%
B 117 of 255 = 46%

7
113
117

R + G + B ~ 31%. #077175 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 113 + 117 = 237 (100%)
R 7 of 237 ~ 2.95%
G 113 of 237 ~ 47.68%
B 117 of 237 ~ 49.37%

%47.68
%49.37

CMYK color model

#077175 color CMYK value is (94,3,0,54).

  • cyan value is 94.02%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(94,3,0,54)
C94M3Y0K54 
(94%,3%,0%,54%)
(0.94/0.03/0.00/0.54)	

CMYK percentages

%94.02
%3.42
%0
%54.12

Codes

Color #077175 in popluar color models

077175
RGB7113117
HSL182°88.71%24.31%
HSB/HSV182°94.02%45.88%
CMYK94.02%3.42%0.00%
54.12%

Color #077175 in popluar number systems.

HEX077175
Decimal7113117
Binary11111100011110101
Octal7161165

Shades and tints

Shades of #077175

#077175
(7,113,117)
#07676B
(7,103,107)
#075D61
(7,93,97)
#075357
(7,83,87)
#07494D
(7,73,77)
#073F43
(7,63,67)
#073539
(7,53,57)
#072B2F
(7,43,47)
#072125
(7,33,37)
#07171B
(7,23,27)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #077175

#077175
(7,113,117)
#1D7D81
(29,125,129)
#33898D
(51,137,141)
#499599
(73,149,153)
#5FA1A5
(95,161,165)
#75ADB1
(117,173,177)
#8BB9BD
(139,185,189)
#A1C5C9
(161,197,201)
#B7D1D5
(183,209,213)
#CDDDE1
(205,221,225)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #077175; }

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

This text font color is #077175.


Background Color

.myBgColor { background-color: #077175; }

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

This div background color is #077175.


Border color

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

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

This div border color is #077175.


Opacity

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

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

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

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

This text has shadow with #077175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077175 on black background.


Color preview on white background

This text has color #077175 on white background.



Black color preview on #077175 background

This text has black color on #077175 background.


White color preview on #077175 background

This text has white color on #077175 background.