COLOR #B7750A

HEX: #B7750A
RGB: (183,117,10)

Color info

#B7750A contains mainly red color. Web safe color of #B7750A is #CC6600 (or #C60).

RGB color model

#B7750A color RGB value is (183,117,10).

  • red value is 183;
  • green value is 117;
  • blue value is 10.
RGB:
(183,117,10)
(72%,46%,4%)

RGB channels and saturation

R 183 of 255 = 72%
G 117 of 255 = 46%
B 10 of 255 = 4%

183
117
10

R + G + B ~ 41%. #B7750A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 117 + 10 = 310 (100%)
R 183 of 310 ~ 59.03%
G 117 of 310 ~ 37.74%
B 10 of 310 ~ 3.23%

%59.03
%37.74

CMYK color model

#B7750A color CMYK value is (0,36,95,28).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 94.54%
  • key color value is 28.24%
CMYK:
(0,36,95,28)
C0M36Y95K28 
(0%,36%,95%,28%)
(0.00/0.36/0.95/0.28)	

CMYK percentages

%0
%36.07
%94.54
%28.24

Codes

Color #B7750A in popluar color models

B7750A
RGB18311710
HSL37°89.64%37.84%
HSB/HSV37°94.54%71.76%
CMYK0.00%36.07%94.54%
28.24%

Color #B7750A in popluar number systems.

HEXB7750A
Decimal18311710
Binary1011011111101011010
Octal26716512

Shades and tints

Shades of #B7750A

#B7750A
(183,117,10)
#A76B0A
(167,107,10)
#97610A
(151,97,10)
#87570A
(135,87,10)
#774D0A
(119,77,10)
#67430A
(103,67,10)
#57390A
(87,57,10)
#472F0A
(71,47,10)
#37250A
(55,37,10)
#271B0A
(39,27,10)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #B7750A

#B7750A
(183,117,10)
#BD8120
(189,129,32)
#C38D36
(195,141,54)
#C9994C
(201,153,76)
#CFA562
(207,165,98)
#D5B178
(213,177,120)
#DBBD8E
(219,189,142)
#E1C9A4
(225,201,164)
#E7D5BA
(231,213,186)
#EDE1D0
(237,225,208)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7750A color. Also use rgb(183,117,10) instead hex code.

Text Font Color

.myTextColor { color: #B7750A; }

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

This text font color is #B7750A.


Background Color

.myBgColor { background-color: #B7750A; }

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

This div background color is #B7750A.


Border color

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

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

This div border color is #B7750A.


Opacity

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

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

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

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

This text has shadow with #B7750A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7750A on black background.


Color preview on white background

This text has color #B7750A on white background.



Black color preview on #B7750A background

This text has black color on #B7750A background.


White color preview on #B7750A background

This text has white color on #B7750A background.