COLOR #7B907D

HEX: #7B907D
RGB: (123,144,125)

Color info

#7B907D contains red, green and blue colors in about the same proportion. Web safe color of #7B907D is #669966 (or #696).

RGB color model

#7B907D color RGB value is (123,144,125).

  • red value is 123;
  • green value is 144;
  • blue value is 125.
RGB:
(123,144,125)
(48%,56%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 125 of 255 = 49%

123
144
125

R + G + B ~ 51%. #7B907D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 125 = 392 (100%)
R 123 of 392 ~ 31.38%
G 144 of 392 ~ 36.73%
B 125 of 392 ~ 31.89%

%31.38
%36.73
%31.89

CMYK color model

#7B907D color CMYK value is (15,0,13,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(15,0,13,44)
C15M0Y13K44 
(15%,0%,13%,44%)
(0.15/0.00/0.13/0.44)	

CMYK percentages

%14.58
%0
%13.19
%43.53

Codes

Color #7B907D in popluar color models

7B907D
RGB123144125
HSL126°8.64%52.35%
HSB/HSV126°14.58%56.47%
CMYK14.58%0.00%13.19%
43.53%

Color #7B907D in popluar number systems.

HEX7B907D
Decimal123144125
Binary1111011100100001111101
Octal173220175

Shades and tints

Shades of #7B907D

#7B907D
(123,144,125)
#708372
(112,131,114)
#657667
(101,118,103)
#5A695C
(90,105,92)
#4F5C51
(79,92,81)
#444F46
(68,79,70)
#39423B
(57,66,59)
#2E3530
(46,53,48)
#232825
(35,40,37)
#181B1A
(24,27,26)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #7B907D

#7B907D
(123,144,125)
#879A88
(135,154,136)
#93A493
(147,164,147)
#9FAE9E
(159,174,158)
#ABB8A9
(171,184,169)
#B7C2B4
(183,194,180)
#C3CCBF
(195,204,191)
#CFD6CA
(207,214,202)
#DBE0D5
(219,224,213)
#E7EAE0
(231,234,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B907D color. Also use rgb(123,144,125) instead hex code.

Text Font Color

.myTextColor { color: #7B907D; }

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

This text font color is #7B907D.


Background Color

.myBgColor { background-color: #7B907D; }

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

This div background color is #7B907D.


Border color

.myBorderColor { border: 1px solid #7B907D; }

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

This div border color is #7B907D.


Opacity

.myOpacity80 { color: #7B907D; opacity: 0.8; }

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

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

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

This text has shadow with #7B907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B907D on black background.


Color preview on white background

This text has color #7B907D on white background.



Black color preview on #7B907D background

This text has black color on #7B907D background.


White color preview on #7B907D background

This text has white color on #7B907D background.