COLOR #817758

HEX: #817758
RGB: (129,119,88)

Color info

#817758 contains red, green and blue colors in about the same proportion. Web safe color of #817758 is #996666 (or #966).

RGB color model

#817758 color RGB value is (129,119,88).

  • red value is 129;
  • green value is 119;
  • blue value is 88.
RGB:
(129,119,88)
(51%,47%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 88 of 255 = 35%

129
119
88

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

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 88 = 336 (100%)
R 129 of 336 ~ 38.39%
G 119 of 336 ~ 35.42%
B 88 of 336 ~ 26.19%

%38.39
%35.42
%26.19

CMYK color model

#817758 color CMYK value is (0,8,32,49).

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 31.78%
  • key color value is 49.41%
CMYK:
(0,8,32,49)
C0M8Y32K49 
(0%,8%,32%,49%)
(0.00/0.08/0.32/0.49)	

CMYK percentages

%0
%7.75
%31.78
%49.41

Codes

Color #817758 in popluar color models

817758
RGB12911988
HSL45°18.89%42.55%
HSB/HSV45°31.78%50.59%
CMYK0.00%7.75%31.78%
49.41%

Color #817758 in popluar number systems.

HEX817758
Decimal12911988
Binary1000000111101111011000
Octal201167130

Shades and tints

Shades of #817758

#817758
(129,119,88)
#766D50
(118,109,80)
#6B6348
(107,99,72)
#605940
(96,89,64)
#554F38
(85,79,56)
#4A4530
(74,69,48)
#3F3B28
(63,59,40)
#343120
(52,49,32)
#292718
(41,39,24)
#1E1D10
(30,29,16)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #817758

#817758
(129,119,88)
#8C8367
(140,131,103)
#978F76
(151,143,118)
#A29B85
(162,155,133)
#ADA794
(173,167,148)
#B8B3A3
(184,179,163)
#C3BFB2
(195,191,178)
#CECBC1
(206,203,193)
#D9D7D0
(217,215,208)
#E4E3DF
(228,227,223)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817758 color. Also use rgb(129,119,88) instead hex code.

Text Font Color

.myTextColor { color: #817758; }

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

This text font color is #817758.


Background Color

.myBgColor { background-color: #817758; }

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

This div background color is #817758.


Border color

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

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

This div border color is #817758.


Opacity

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

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

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

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

This text has shadow with #817758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817758 on black background.


Color preview on white background

This text has color #817758 on white background.



Black color preview on #817758 background

This text has black color on #817758 background.


White color preview on #817758 background

This text has white color on #817758 background.