#868D7B

Color #868D7B Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #868D7B

Tints of Gunsmoke #868D7B

Color information

#868D7B (or 0x868D7B) is unknown color: approx Gunsmoke. HEX triplet: 86, 8D and 7B. RGB value is (134,141,123). Sum of RGB (Red+Green+Blue) = 134+141+123=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #868D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D7B is #797284. Grayscale: #888888. Windows color (decimal): -7959173 or 8097158. OLE color: 8097158.

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

Color convert

RGB134141123-
CMYK0.0500.130.45
HSL83.33º7.32%51.76%-
HSV(B)83.33º12.77%55.29%-
XYZ22.9325.5522.46-
YUV136.85120.18125.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=33.67%
G=35.43%
B=30.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341411230.0500.130.4583.337.3251.76
Hex868D7B50D2D53734
Octal206215173501555123764
Binary10000110100011011111011101011011011011010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #868D7B;
 }
 .AnyTagClassName
 {
   color: #868D7B;
 }
</style>
background-color css

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

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

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

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

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

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