COLOR #078875

HEX: #078875
RGB: (7,136,117)

Color info

#078875 contains mainly green and blue colors. Web safe color of #078875 is #009966 (or #096).

RGB color model

#078875 color RGB value is (7,136,117).

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

RGB channels and saturation

R 7 of 255 = 3%
G 136 of 255 = 53%
B 117 of 255 = 46%

7
136
117

R + G + B ~ 34%. #078875 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 136 + 117 = 260 (100%)
R 7 of 260 ~ 2.69%
G 136 of 260 ~ 52.31%
B 117 of 260 ~ 45%

%52.31
%45

CMYK color model

#078875 color CMYK value is (95,0,14,47).

  • cyan value is 94.85%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(95,0,14,47)
C95M0Y14K47 
(95%,0%,14%,47%)
(0.95/0.00/0.14/0.47)	

CMYK percentages

%94.85
%0
%13.97
%46.67

Codes

Color #078875 in popluar color models

078875
RGB7136117
HSL171°90.21%28.04%
HSB/HSV171°94.85%53.33%
CMYK94.85%0.00%13.97%
46.67%

Color #078875 in popluar number systems.

HEX078875
Decimal7136117
Binary111100010001110101
Octal7210165

Shades and tints

Shades of #078875

#078875
(7,136,117)
#077C6B
(7,124,107)
#077061
(7,112,97)
#076457
(7,100,87)
#07584D
(7,88,77)
#074C43
(7,76,67)
#074039
(7,64,57)
#07342F
(7,52,47)
#072825
(7,40,37)
#071C1B
(7,28,27)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #078875

#078875
(7,136,117)
#1D9281
(29,146,129)
#339C8D
(51,156,141)
#49A699
(73,166,153)
#5FB0A5
(95,176,165)
#75BAB1
(117,186,177)
#8BC4BD
(139,196,189)
#A1CEC9
(161,206,201)
#B7D8D5
(183,216,213)
#CDE2E1
(205,226,225)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078875; }

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

This text font color is #078875.


Background Color

.myBgColor { background-color: #078875; }

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

This div background color is #078875.


Border color

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

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

This div border color is #078875.


Opacity

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

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

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

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

This text has shadow with #078875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078875 on black background.


Color preview on white background

This text has color #078875 on white background.



Black color preview on #078875 background

This text has black color on #078875 background.


White color preview on #078875 background

This text has white color on #078875 background.