Html Css Color HEX #868C76 Gunsmoke

📋 copy color: '#868C76'

red 134 ◦ green 140 ◦ blue 118

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

Shades of Gunsmoke #868C76

Tints of Gunsmoke #868C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 34.18%
G = 35.71%
B = 30.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#868C76 (or 0x868C76) is known color: Gunsmoke. HEX triplet: 86, 8C and 76. RGB value is (134,140,118). Sum of RGB (Red+Green+Blue) = 134+140+118=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #868C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C76 is #797389. Grayscale: #878787. Windows color (decimal): -7959434 or 7769222. OLE color: 7769222.

HSL color Cylindrical-coordinate representation of color #868C76: hue angle of 76.36º 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 #868C76 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 140 118 -
CMYK 0.04 0 0.16 0.45
HSL 76.36º 0.09% 0.51% -
HSV(B) 76.36º 0.16% 0.55% -
XYZ 22.48 25.13 20.81 -
YUV 135.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 134 140 118 0.04 0 0.16 0.45 76.36 0.09 0.51
Hex 86 8C 76 4 0 10 2D 4C 9 33
Octal 206 214 166 4 0 20 55 114 11 63
Binary 10000110 10001100 1110110 100 0 10000 101101 1001100 1001 110011

Color Harmonies of #868C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868C76

Black with #868C76

Text Example


Text Example

White with #868C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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