COLOR #76B7B7

HEX: #76B7B7 RGB: (118,183,183)

Color info

#76B7B7 contains mainly green and blue colors. Web safe color of #76B7B7 is #66CCCC (or #6CC).

RGB color model

#76B7B7 color RGB value is (118,183,183).

RGB: (118,183,183) (46%, 72%, 72%)

RGB channels and saturation

R 118 of 255 = 46%
G 183 of 255 = 72%
B 183 of 255 = 72%

118
183
183

R + G + B ~ 63%. #76B7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 183 + 183 = 484 (100%)
R 118 of 484 ~ 24.38%
G 183 of 484 ~ 37.81%
B 183 of 484 ~ 37.81'%

%24.38
%37.81
%37.81

CMYK color model

#76B7B7 color CMYK value is (36,0,0,28).

  • cyan value is 35.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (36,0,0,28)
C36M0Y0K28 (36%, 0%, 0%, 28%)
(0.36 / 0.00 / 0.00 / 0.28)

CMYK percentages

%35.52
%0
%0
%28.24

Codes

Color #76B7B7 in popluar color models

76 B7 B7
RGB 118 183 183
HSL 180° 31.10% 59.02%
HSB/HSV 180° 35.52% 71.76%
CMYK 35.52% 0.00% 0.00%
28.24%

Color #76B7B7 in popluar number systems.

HEX 76 B7 B7
Decimal 118 183 183
Binary 1110110 10110111 10110111
Octal 166 267 267

Shades and tints

Shades of #76B7B7

#76B7B7
(118,183,183)
#6CA7A7
(108,167,167)
#629797
(98,151,151)
#588787
(88,135,135)
#4E7777
(78,119,119)
#446767
(68,103,103)
#3A5757
(58,87,87)
#304747
(48,71,71)
#263737
(38,55,55)
#1C2727
(28,39,39)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #76B7B7

#76B7B7
(118,183,183)
#82BDBD
(130,189,189)
#8EC3C3
(142,195,195)
#9AC9C9
(154,201,201)
#A6CFCF
(166,207,207)
#B2D5D5
(178,213,213)
#BEDBDB
(190,219,219)
#CAE1E1
(202,225,225)
#D6E7E7
(214,231,231)
#E2EDED
(226,237,237)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B7B7 color. Also use rgb(118,183,183) instead hex code.

Text Font Color

.myTextColor { color: #76B7B7; }

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

This text font color is #76B7B7.

Background Color

.myBgColor { background-color: #76B7B7; }

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

This div background color is #76B7B7.

Border color

.myBorderColor { border: 1px solid #76B7B7; }

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

This div border color is #76B7B7.

Opacity

.myOpacity80 { color: #76B7B7; opacity: 0.8; }

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

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

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

This text has shadow with #76B7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B7B7.

Preview

Color preview on black background

This text has color #76B7B7 on black background.


Color preview on white background

This text has color #76B7B7 on white background.


Black color preview on #76B7B7 background

This text has black color on #76B7B7 background.


White color preview on #76B7B7 background

This text has white color on #76B7B7 background.


Related colors

Complementary color

Complementary color for #hex is #894848.


I love getcolorcode.com