COLOR #127765

HEX: #127765 RGB: (18,119,101)

Color info

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

RGB color model

#127765 color RGB value is (18,119,101).

RGB: (18,119,101) (7%, 47%, 40%)

RGB channels and saturation

R 18 of 255 = 7%
G 119 of 255 = 47%
B 101 of 255 = 40%

18
119
101

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

Portions of RGB colors in percentages

R + G + B = 18 + 119 + 101 = 238 (100%)
R 18 of 238 ~ 7.56%
G 119 of 238 ~ 50%
B 101 of 238 ~ 42.44'%

%50
%42.44

CMYK color model

#127765 color CMYK value is (85,0,15,53).

  • cyan value is 84.87%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%

CMYK: (85,0,15,53)
C85M0Y15K53 (85%, 0%, 15%, 53%)
(0.85 / 0.00 / 0.15 / 0.53)

CMYK percentages

%84.87
%0
%15.13
%53.33

Codes

Color #127765 in popluar color models

12 77 65
RGB 18 119 101
HSL 169° 73.72% 26.86%
HSB/HSV 169° 84.87% 46.67%
CMYK 84.87% 0.00% 15.13%
53.33%

Color #127765 in popluar number systems.

HEX 12 77 65
Decimal 18 119 101
Binary 10010 1110111 1100101
Octal 22 167 145

Shades and tints

Shades of #127765

#127765
(18,119,101)
#116D5C
(17,109,92)
#106353
(16,99,83)
#0F594A
(15,89,74)
#0E4F41
(14,79,65)
#0D4538
(13,69,56)
#0C3B2F
(12,59,47)
#0B3126
(11,49,38)
#0A271D
(10,39,29)
#091D14
(9,29,20)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #127765

#127765
(18,119,101)
#278373
(39,131,115)
#3C8F81
(60,143,129)
#519B8F
(81,155,143)
#66A79D
(102,167,157)
#7BB3AB
(123,179,171)
#90BFB9
(144,191,185)
#A5CBC7
(165,203,199)
#BAD7D5
(186,215,213)
#CFE3E3
(207,227,227)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127765 color. Also use rgb(18,119,101) instead hex code.

Text Font Color

.myTextColor { color: #127765; }

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

This text font color is #127765.

Background Color

.myBgColor { background-color: #127765; }

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

This div background color is #127765.

Border color

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

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

This div border color is #127765.

Opacity

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

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

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

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

This text has shadow with #127765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #127765.

Preview

Color preview on black background

This text has color #127765 on black background.


Color preview on white background

This text has color #127765 on white background.


Black color preview on #127765 background

This text has black color on #127765 background.


White color preview on #127765 background

This text has white color on #127765 background.


Related colors

Complementary color

Complementary color for #hex is #ED889A.


I love getcolorcode.com

Triadic colors

1 #651277 and #776512 with #127765 are triadic colors.

2 #657712 and #771265 with #127765 are triadic colors.