Html Css Color HEX #868D76 Gunsmoke

📋 copy color: '#868D76'

red 134 ◦ green 141 ◦ blue 118

#868D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #868D76

Tints of Gunsmoke #868D76

RGB

 RED value IS 134 (52.73% from 255) = 34.1%

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 34.1%
G = 35.88%
B = 30.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#868D76 (or 0x868D76) is known color: Gunsmoke. HEX triplet: 86, 8D and 76. RGB value is (134,141,118). Sum of RGB (Red+Green+Blue) = 134+141+118=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #868D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D76 is #797289. Grayscale: #888888. Windows color (decimal): -7959178 or 7769478. OLE color: 7769478.

HSL color Cylindrical-coordinate representation of color #868D76: hue angle of 78.26º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868D76 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 141 118 -
CMYK 0.05 0 0.16 0.45
HSL 78.26º 0.09% 0.51% -
HSV(B) 78.26º 0.16% 0.55% -
XYZ 22.63 25.43 20.85 -
YUV 136.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 134 141 118 0.05 0 0.16 0.45 78.26 0.09 0.51
Hex 86 8D 76 5 0 10 2D 4E 9 33
Octal 206 215 166 5 0 20 55 116 11 63
Binary 10000110 10001101 1110110 101 0 10000 101101 1001110 1001 110011

Color Harmonies of #868D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868D76

Black with #868D76

Text Example


Text Example

White with #868D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868D76; }

 p { color: rgb(134,141,118); }

 H1.HeaderClassName
 {
   color: #868D76;
 }
 .AnyTagClassName
 {
   color: #868D76;
 }
</style>

background-color css

<style>
 a { background-color: #868D76; }

 a { background-color: rgb(134,141,118); }

 div.DivClassName
 {
   background-color: #868D76;
 }
 .BgClassName
 {
   background-color: #868D76;
 }
</style>

border-color css

<style>
 span { border-color: #868D76; }

 span { border-color: rgb(134,141,118); }

 td.TdClassName
 {
   border-color: #868D76;
 }
 .TagClassName
 {
   border-color: #868D76;
 }
</style>