#868F74

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

Shades of Gunsmoke #868F74

Tints of Gunsmoke #868F74

Color information

#868F74 (or 0x868F74) is unknown color: approx Gunsmoke. HEX triplet: 86, 8F and 74. RGB value is (134,143,116). Sum of RGB (Red+Green+Blue) = 134+143+116=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #868F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F74 is #79708B. Grayscale: #898989. Windows color (decimal): -7958668 or 7638918. OLE color: 7638918.

HSL color Cylindrical-coordinate representation of color #868F74: hue angle of 80º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #868F74 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB134143116-
CMYK0.0600.190.44
HSL80º10.76%50.78%-
HSV(B)80º18.88%56.08%-
XYZ22.8125.9720.33-
YUV137.23116.02125.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=34.10%
G=36.39%
B=29.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341431160.0600.190.448010.7650.78
Hex868F7460132C50b33
Octal2062171646023541201363
Binary1000011010001111111010011001001110110010100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,143,116); }

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

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

 a { background-color: rgb(134,143,116); }

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

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

 span { border-color: rgb(134,143,116); }

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